Html Css Color HEX #AC0B99 Dark Magenta

📋 copy color: '#AC0B99'

red 172 ◦ green 11 ◦ blue 153

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

Shades of Dark Magenta #AC0B99

Tints of Dark Magenta #AC0B99

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.27%

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

R = 51.19%
G = 3.27%
B = 45.54%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AC0B99 (or 0xAC0B99) is known color: Dark Magenta. HEX triplet: AC, 0B and 99. RGB value is (172,11,153). Sum of RGB (Red+Green+Blue) = 172+11+153=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 11 (4.69% from 255 or 3.27% from 336); Blue value is 153 (60.16% from 255 or 45.54% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0B99 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0B99 is #53F466. Grayscale: #4A4A4A. Windows color (decimal): -5502055 or 10029996. OLE color: 10029996.

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

Color convert

RGB 172 11 153 -
CMYK 0 0.94 0.11 0.33
HSL 307.08º 0.88% 0.36% -
HSV(B) 307.08º 0.94% 0.67% -
XYZ 22.88 11.31 31.11 -
YUV 75.33 171.84 196.95 -
System Red Green Blue C M Y K H S L
Decimal 172 11 153 0 0.94 0.11 0.33 307.08 0.88 0.36
Hex AC B 99 0 5E B 21 133 58 24
Octal 254 13 231 0 136 13 41 463 130 44
Binary 10101100 1011 10011001 0 1011110 1011 100001 100110011 1011000 100100

Color Harmonies of #AC0B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0B99

Black with #AC0B99

Text Example


Text Example

White with #AC0B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0B99; }

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

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

background-color css

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

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

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

border-color css

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

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

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