Html Css Color HEX #AC0D9A Dark Magenta

📋 copy color: '#AC0D9A'

red 172 ◦ green 13 ◦ blue 154

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

Shades of Dark Magenta #AC0D9A

Tints of Dark Magenta #AC0D9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 45.43%

R = 50.74%
G = 3.83%
B = 45.43%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AC0D9A (or 0xAC0D9A) is known color: Dark Magenta. HEX triplet: AC, 0D and 9A. RGB value is (172,13,154). Sum of RGB (Red+Green+Blue) = 172+13+154=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 13 (5.47% from 255 or 3.83% from 339); Blue value is 154 (60.55% from 255 or 45.43% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0D9A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0D9A is #53F265. Grayscale: #4C4C4C. Windows color (decimal): -5501542 or 10096044. OLE color: 10096044.

HSL color Cylindrical-coordinate representation of color #AC0D9A: hue angle of 306.79º 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 #AC0D9A is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 13 154 -
CMYK 0 0.92 0.10 0.33
HSL 306.79º 0.86% 0.36% -
HSV(B) 306.79º 0.92% 0.67% -
XYZ 22.99 11.39 31.56 -
YUV 76.62 171.68 196.04 -
System Red Green Blue C M Y K H S L
Decimal 172 13 154 0 0.92 0.10 0.33 306.79 0.86 0.36
Hex AC D 9A 0 5C A 21 133 56 24
Octal 254 15 232 0 134 12 41 463 126 44
Binary 10101100 1101 10011010 0 1011100 1010 100001 100110011 1010110 100100

Color Harmonies of #AC0D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0D9A

Black with #AC0D9A

Text Example


Text Example

White with #AC0D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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