Html Css Color HEX #AC0FA9 Dark Magenta

📋 copy color: '#AC0FA9'

red 172 ◦ green 15 ◦ blue 169

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

Shades of Dark Magenta #AC0FA9

Tints of Dark Magenta #AC0FA9

RGB

 RED value IS 172 (67.58% from 255) = 48.31%

 GREEN value IS 15 (6.25% from 255) = 4.21%

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

R = 48.31%
G = 4.21%
B = 47.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AC0FA9 (or 0xAC0FA9) is known color: Dark Magenta. HEX triplet: AC, 0F and A9. RGB value is (172,15,169). Sum of RGB (Red+Green+Blue) = 172+15+169=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 15 (6.25% from 255 or 4.21% from 356); Blue value is 169 (66.41% from 255 or 47.47% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0FA9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0FA9 is #53F056. Grayscale: #4F4F4F. Windows color (decimal): -5501015 or 11079596. OLE color: 11079596.

HSL color Cylindrical-coordinate representation of color #AC0FA9: hue angle of 301.15º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC0FA9 is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 15 169 -
CMYK 0 0.91 0.02 0.33
HSL 301.15º 0.84% 0.37% -
HSV(B) 301.15º 0.91% 0.67% -
XYZ 24.35 11.98 38.56 -
YUV 79.5 178.51 193.98 -
System Red Green Blue C M Y K H S L
Decimal 172 15 169 0 0.91 0.02 0.33 301.15 0.84 0.37
Hex AC F A9 0 5B 2 21 12D 54 25
Octal 254 17 251 0 133 2 41 455 124 45
Binary 10101100 1111 10101001 0 1011011 10 100001 100101101 1010100 100101

Color Harmonies of #AC0FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0FA9

Black with #AC0FA9

Text Example


Text Example

White with #AC0FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0FA9; }

 p { color: rgb(172,15,169); }

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

background-color css

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

 a { background-color: rgb(172,15,169); }

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

border-color css

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

 span { border-color: rgb(172,15,169); }

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