Html Css Color HEX #A11E8C Dark Purple

📋 copy color: '#A11E8C'

red 161 ◦ green 30 ◦ blue 140

#A11E8C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #A11E8C

Tints of Dark Purple #A11E8C

RGB

 RED value IS 161 (63.28% from 255) = 48.64%

 GREEN value IS 30 (12.11% from 255) = 9.06%

 BLUE value IS 140 (55.08% from 255) = 42.3%

R = 48.64%
G = 9.06%
B = 42.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.13

 K value IS 0.37

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A11E8C (or 0xA11E8C) is known color: Dark Purple. HEX triplet: A1, 1E and 8C. RGB value is (161,30,140). Sum of RGB (Red+Green+Blue) = 161+30+140=331 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.64% from 331); Green value is 30 (12.11% from 255 or 9.06% from 331); Blue value is 140 (55.08% from 255 or 42.30% from 331); Max value from RGB is 161 - color contains mainly: red. Hex color #A11E8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11E8C is #5EE173. Grayscale: #515151. Windows color (decimal): -6218100 or 9182881. OLE color: 9182881.

HSL color Cylindrical-coordinate representation of color #A11E8C: hue angle of 309.62º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A11E8C is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 30 140 -
CMYK 0 0.81 0.13 0.37
HSL 309.62º 0.69% 0.37% -
HSV(B) 309.62º 0.81% 0.63% -
XYZ 19.9 10.4 25.77 -
YUV 81.71 160.9 184.56 -
System Red Green Blue C M Y K H S L
Decimal 161 30 140 0 0.81 0.13 0.37 309.62 0.69 0.37
Hex A1 1E 8C 0 51 D 25 136 45 25
Octal 241 36 214 0 121 15 45 466 105 45
Binary 10100001 11110 10001100 0 1010001 1101 100101 100110110 1000101 100101

Color Harmonies of #A11E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11E8C

Black with #A11E8C

Text Example


Text Example

White with #A11E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11E8C; }

 p { color: rgb(161,30,140); }

 H1.HeaderClassName
 {
   color: #A11E8C;
 }
 .AnyTagClassName
 {
   color: #A11E8C;
 }
</style>

background-color css

<style>
 a { background-color: #A11E8C; }

 a { background-color: rgb(161,30,140); }

 div.DivClassName
 {
   background-color: #A11E8C;
 }
 .BgClassName
 {
   background-color: #A11E8C;
 }
</style>

border-color css

<style>
 span { border-color: #A11E8C; }

 span { border-color: rgb(161,30,140); }

 td.TdClassName
 {
   border-color: #A11E8C;
 }
 .TagClassName
 {
   border-color: #A11E8C;
 }
</style>