Html Css Color HEX #AC0D99 Dark Magenta

📋 copy color: '#AC0D99'

red 172 ◦ green 13 ◦ blue 153

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

Shades of Dark Magenta #AC0D99

Tints of Dark Magenta #AC0D99

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.85%

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

R = 50.89%
G = 3.85%
B = 45.27%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AC0D99 (or 0xAC0D99) is known color: Dark Magenta. HEX triplet: AC, 0D and 99. RGB value is (172,13,153). Sum of RGB (Red+Green+Blue) = 172+13+153=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 13 (5.47% from 255 or 3.85% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0D99 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0D99 is #53F266. Grayscale: #4C4C4C. Windows color (decimal): -5501543 or 10030508. OLE color: 10030508.

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

Color convert

RGB 172 13 153 -
CMYK 0 0.92 0.11 0.33
HSL 307.17º 0.86% 0.36% -
HSV(B) 307.17º 0.92% 0.67% -
XYZ 22.91 11.36 31.12 -
YUV 76.5 171.18 196.12 -
System Red Green Blue C M Y K H S L
Decimal 172 13 153 0 0.92 0.11 0.33 307.17 0.86 0.36
Hex AC D 99 0 5C B 21 133 56 24
Octal 254 15 231 0 134 13 41 463 126 44
Binary 10101100 1101 10011001 0 1011100 1011 100001 100110011 1010110 100100

Color Harmonies of #AC0D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0D99

Black with #AC0D99

Text Example


Text Example

White with #AC0D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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