COLOR #A83DBE

HEX: #A83DBE RGB: (168,61,190)

Color info

#A83DBE contains mainly red and blue colors. Web safe color of #A83DBE is #9933CC (or #93C).

RGB color model

#A83DBE color RGB value is (168,61,190).

RGB: (168,61,190) (66%, 24%, 75%)

RGB channels and saturation

R 168 of 255 = 66%
G 61 of 255 = 24%
B 190 of 255 = 75%

168
61
190

R + G + B ~ 55%. #A83DBE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 168 + 61 + 190 = 419 (100%)
R 168 of 419 ~ 40.1%
G 61 of 419 ~ 14.56%
B 190 of 419 ~ 45.35'%

%40.1
%14.56
%45.35

CMYK color model

#A83DBE color CMYK value is (12,68,0,25).

  • cyan value is 11.58%
  • magenta value is 67.89%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (12,68,0,25)
C12M68Y0K25 (12%, 68%, 0%, 25%)
(0.12 / 0.68 / 0.00 / 0.25)

CMYK percentages

%11.58
%67.89
%0
%25.49

Codes

Color #A83DBE in popluar color models

A8 3D BE
RGB 168 61 190
HSL 290° 51.39% 49.22%
HSB/HSV 290° 67.89% 74.51%
CMYK 11.58% 67.89% 0.00%
25.49%

Color #A83DBE in popluar number systems.

HEX A8 3D BE
Decimal 168 61 190
Binary 10101000 111101 10111110
Octal 250 75 276

Shades and tints

Shades of #A83DBE

#A83DBE
(168,61,190)
#9938AD
(153,56,173)
#8A339C
(138,51,156)
#7B2E8B
(123,46,139)
#6C297A
(108,41,122)
#5D2469
(93,36,105)
#4E1F58
(78,31,88)
#3F1A47
(63,26,71)
#301536
(48,21,54)
#211025
(33,16,37)
#120B14
(18,11,20)
#000000
(0,0,0)

Tints of #A83DBE

#A83DBE
(168,61,190)
#AF4EC3
(175,78,195)
#B65FC8
(182,95,200)
#BD70CD
(189,112,205)
#C481D2
(196,129,210)
#CB92D7
(203,146,215)
#D2A3DC
(210,163,220)
#D9B4E1
(217,180,225)
#E0C5E6
(224,197,230)
#E7D6EB
(231,214,235)
#EEE7F0
(238,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A83DBE color. Also use rgb(168,61,190) instead hex code.

Text Font Color

.myTextColor { color: #A83DBE; }

<p style="color:#A83DBE">This sample text font color is #A83DBE.</p>

This text font color is #A83DBE.

Background Color

.myBgColor { background-color: #A83DBE; }

<div style="background-color:#A83DBE">Inner text</div>

This div background color is #A83DBE.

Border color

.myBorderColor { border: 1px solid #A83DBE; }

<div style="border:3px solid #A83DBE">Div</div>

This div border color is #A83DBE.

Opacity

.myOpacity80 { color: #A83DBE; opacity: 0.8; }

<p style="color:#A83DBE;opacity:0.8;">80%</p>

Text with #A83DBE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A83DBE;}

<p style="text-shadow: 3px 3px 1px #A83DBE">Text here.</p>

This text has shadow with #A83DBE color.


.textShadow {text-shadow: 3px 3px 1px #A83DBE', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A83DBE, 5px 5px 20px red">Text here.</p>

This text has shadow with #A83DBE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A83DBE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A83DBE, Direction=45, Strength=4)">Text</p>

This text has shadow with #A83DBE and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A83DBE;
-webkit-box-shadow: 1px 1px 3px 2px #A83DBE;
box-shadow: 1px 1px 3px 2px #A83DBE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A83DBE; -webkit-box-shadow: 1px 1px 3px 2px #A83DBE; box-shadow:1px 1px 3px 2px #A83DBE;">
Div content here
</div>

This div box has shadow with color #A83DBE.

Preview

Color preview on black background

This text has color #A83DBE on black background.


Color preview on white background

This text has color #A83DBE on white background.


Black color preview on #A83DBE background

This text has black color on #A83DBE background.


White color preview on #A83DBE background

This text has white color on #A83DBE background.


Related colors

Complementary color

Complementary color for #hex is #57C241.


I love getcolorcode.com

Triadic colors

1 #BEA83D and #3DBEA8 with #A83DBE are triadic colors.

2 #BE3DA8 and #3DA8BE with #A83DBE are triadic colors.