Html Css Color HEX #AC0499 Dark Magenta

📋 copy color: '#AC0499'

red 172 ◦ green 4 ◦ blue 153

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

Shades of Dark Magenta #AC0499

Tints of Dark Magenta #AC0499

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.22%

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

R = 52.28%
G = 1.22%
B = 46.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AC0499 (or 0xAC0499) is known color: Dark Magenta. HEX triplet: AC, 04 and 99. RGB value is (172,4,153). Sum of RGB (Red+Green+Blue) = 172+4+153=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 4 (1.95% from 255 or 1.22% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0499 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0499 is #53FB66. Grayscale: #464646. Windows color (decimal): -5503847 or 10028204. OLE color: 10028204.

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

Color convert

RGB 172 4 153 -
CMYK 0 0.98 0.11 0.33
HSL 306.79º 0.95% 0.35% -
HSV(B) 306.79º 0.98% 0.67% -
XYZ 22.81 11.16 31.09 -
YUV 71.22 174.16 199.88 -
System Red Green Blue C M Y K H S L
Decimal 172 4 153 0 0.98 0.11 0.33 306.79 0.95 0.35
Hex AC 4 99 0 62 B 21 133 5F 23
Octal 254 4 231 0 142 13 41 463 137 43
Binary 10101100 100 10011001 0 1100010 1011 100001 100110011 1011111 100011

Color Harmonies of #AC0499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0499

Black with #AC0499

Text Example


Text Example

White with #AC0499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0499; }

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

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

background-color css

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

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

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

border-color css

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

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

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