Html Css Color HEX #AC0299 Dark Magenta

📋 copy color: '#AC0299'

red 172 ◦ green 2 ◦ blue 153

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

Shades of Dark Magenta #AC0299

Tints of Dark Magenta #AC0299

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.61%

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

R = 52.6%
G = 0.61%
B = 46.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AC0299 (or 0xAC0299) is known color: Dark Magenta. HEX triplet: AC, 02 and 99. RGB value is (172,2,153). Sum of RGB (Red+Green+Blue) = 172+2+153=327 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.60% from 327); Green value is 2 (1.17% from 255 or 0.61% from 327); Blue value is 153 (60.16% from 255 or 46.79% from 327); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0299 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0299 is #53FD66. Grayscale: #454545. Windows color (decimal): -5504359 or 10027692. OLE color: 10027692.

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

Color convert

RGB 172 2 153 -
CMYK 0 0.99 0.11 0.33
HSL 306.71º 0.98% 0.34% -
HSV(B) 306.71º 0.99% 0.67% -
XYZ 22.78 11.11 31.08 -
YUV 70.04 174.82 200.72 -
System Red Green Blue C M Y K H S L
Decimal 172 2 153 0 0.99 0.11 0.33 306.71 0.98 0.34
Hex AC 2 99 0 63 B 21 133 62 22
Octal 254 2 231 0 143 13 41 463 142 42
Binary 10101100 10 10011001 0 1100011 1011 100001 100110011 1100010 100010

Color Harmonies of #AC0299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0299

Black with #AC0299

Text Example


Text Example

White with #AC0299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0299; }

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

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

background-color css

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

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

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

border-color css

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

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

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