Html Css Color HEX #A11AA9 Dark Magenta

📋 copy color: '#A11AA9'

red 161 ◦ green 26 ◦ blue 169

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

Shades of Dark Magenta #A11AA9

Tints of Dark Magenta #A11AA9

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.3%

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

R = 45.22%
G = 7.3%
B = 47.47%

CMYK

 C value IS 0.05

 M value IS 0.85

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A11AA9 (or 0xA11AA9) is known color: Dark Magenta. HEX triplet: A1, 1A and A9. RGB value is (161,26,169). Sum of RGB (Red+Green+Blue) = 161+26+169=356 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.22% from 356); Green value is 26 (10.55% from 255 or 7.30% from 356); Blue value is 169 (66.41% from 255 or 47.47% from 356); Max value from RGB is 169 - color contains mainly: blue. Hex color #A11AA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11AA9 is #5EE556. Grayscale: #525252. Windows color (decimal): -6219095 or 11082401. OLE color: 11082401.

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

Color convert

RGB 161 26 169 -
CMYK 0.05 0.85 0 0.34
HSL 296.64º 0.73% 0.38% -
HSV(B) 296.64º 0.85% 0.66% -
XYZ 22.23 11.18 38.52 -
YUV 82.67 176.73 183.87 -
System Red Green Blue C M Y K H S L
Decimal 161 26 169 0.05 0.85 0 0.34 296.64 0.73 0.38
Hex A1 1A A9 5 55 0 22 129 49 26
Octal 241 32 251 5 125 0 42 451 111 46
Binary 10100001 11010 10101001 101 1010101 0 100010 100101001 1001001 100110

Color Harmonies of #A11AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11AA9

Black with #A11AA9

Text Example


Text Example

White with #A11AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11AA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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