Html Css Color HEX #A11CA9 Dark Magenta

📋 copy color: '#A11CA9'

red 161 ◦ green 28 ◦ blue 169

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

Shades of Dark Magenta #A11CA9

Tints of Dark Magenta #A11CA9

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.82%

 BLUE value IS 169 (66.41% from 255) = 47.21%

R = 44.97%
G = 7.82%
B = 47.21%

CMYK

 C value IS 0.05

 M value IS 0.83

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A11CA9 (or 0xA11CA9) is known color: Dark Magenta. HEX triplet: A1, 1C and A9. RGB value is (161,28,169). Sum of RGB (Red+Green+Blue) = 161+28+169=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 28 (11.33% from 255 or 7.82% from 358); Blue value is 169 (66.41% from 255 or 47.21% from 358); Max value from RGB is 169 - color contains mainly: blue. Hex color #A11CA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11CA9 is #5EE356. Grayscale: #535353. Windows color (decimal): -6218583 or 11082913. OLE color: 11082913.

HSL color Cylindrical-coordinate representation of color #A11CA9: hue angle of 296.6º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A11CA9 is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 161 28 169 -
CMYK 0.05 0.83 0 0.34
HSL 296.6º 0.72% 0.39% -
HSV(B) 296.6º 0.83% 0.66% -
XYZ 22.27 11.27 38.54 -
YUV 83.84 176.06 183.04 -
System Red Green Blue C M Y K H S L
Decimal 161 28 169 0.05 0.83 0 0.34 296.6 0.72 0.39
Hex A1 1C A9 5 53 0 22 129 48 27
Octal 241 34 251 5 123 0 42 451 110 47
Binary 10100001 11100 10101001 101 1010011 0 100010 100101001 1001000 100111

Color Harmonies of #A11CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11CA9

Black with #A11CA9

Text Example


Text Example

White with #A11CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11CA9; }

 p { color: rgb(161,28,169); }

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

background-color css

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

 a { background-color: rgb(161,28,169); }

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

border-color css

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

 span { border-color: rgb(161,28,169); }

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