Html Css Color HEX #AC04AA Dark Magenta

📋 copy color: '#AC04AA'

red 172 ◦ green 4 ◦ blue 170

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

Shades of Dark Magenta #AC04AA

Tints of Dark Magenta #AC04AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 49.13%

R = 49.71%
G = 1.16%
B = 49.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC04AA (or 0xAC04AA) is known color: Dark Magenta. HEX triplet: AC, 04 and AA. RGB value is (172,4,170). Sum of RGB (Red+Green+Blue) = 172+4+170=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 4 (1.95% from 255 or 1.16% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC04AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC04AA is #53FB55. Grayscale: #484848. Windows color (decimal): -5503830 or 11142316. OLE color: 11142316.

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

Color convert

RGB 172 4 170 -
CMYK 0 0.98 0.01 0.33
HSL 300.71º 0.95% 0.35% -
HSV(B) 300.71º 0.98% 0.67% -
XYZ 24.31 11.76 39.02 -
YUV 73.16 182.66 198.5 -
System Red Green Blue C M Y K H S L
Decimal 172 4 170 0 0.98 0.01 0.33 300.71 0.95 0.35
Hex AC 4 AA 0 62 1 21 12D 5F 23
Octal 254 4 252 0 142 1 41 455 137 43
Binary 10101100 100 10101010 0 1100010 1 100001 100101101 1011111 100011

Color Harmonies of #AC04AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC04AA

Black with #AC04AA

Text Example


Text Example

White with #AC04AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC04AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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