Html Css Color HEX #AC0C99 Dark Magenta

📋 copy color: '#AC0C99'

red 172 ◦ green 12 ◦ blue 153

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

Shades of Dark Magenta #AC0C99

Tints of Dark Magenta #AC0C99

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.56%

 BLUE value IS 153 (60.16% from 255) = 45.4%

R = 51.04%
G = 3.56%
B = 45.4%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AC0C99 (or 0xAC0C99) is known color: Dark Magenta. HEX triplet: AC, 0C and 99. RGB value is (172,12,153). Sum of RGB (Red+Green+Blue) = 172+12+153=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 12 (5.08% from 255 or 3.56% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C99 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0C99 is #53F366. Grayscale: #4B4B4B. Windows color (decimal): -5501799 or 10030252. OLE color: 10030252.

HSL color Cylindrical-coordinate representation of color #AC0C99: hue angle of 307.12º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC0C99 is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 12 153 -
CMYK 0 0.93 0.11 0.33
HSL 307.13º 0.87% 0.36% -
HSV(B) 307.13º 0.93% 0.67% -
XYZ 22.89 11.33 31.12 -
YUV 75.91 171.51 196.54 -
System Red Green Blue C M Y K H S L
Decimal 172 12 153 0 0.93 0.11 0.33 307.13 0.87 0.36
Hex AC C 99 0 5D B 21 133 57 24
Octal 254 14 231 0 135 13 41 463 127 44
Binary 10101100 1100 10011001 0 1011101 1011 100001 100110011 1010111 100100

Color Harmonies of #AC0C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0C99

Black with #AC0C99

Text Example


Text Example

White with #AC0C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0C99; }

 p { color: rgb(172,12,153); }

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

background-color css

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

 a { background-color: rgb(172,12,153); }

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

border-color css

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

 span { border-color: rgb(172,12,153); }

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