Html Css Color HEX #AC04A8 Dark Magenta

📋 copy color: '#AC04A8'

red 172 ◦ green 4 ◦ blue 168

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

Shades of Dark Magenta #AC04A8

Tints of Dark Magenta #AC04A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 48.84%

R = 50%
G = 1.16%
B = 48.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AC04A8 (or 0xAC04A8) is known color: Dark Magenta. HEX triplet: AC, 04 and A8. RGB value is (172,4,168). Sum of RGB (Red+Green+Blue) = 172+4+168=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 4 (1.95% from 255 or 1.16% from 344); Blue value is 168 (66.02% from 255 or 48.84% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC04A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC04A8 is #53FB57. Grayscale: #484848. Windows color (decimal): -5503832 or 11011244. OLE color: 11011244.

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

Color convert

RGB 172 4 168 -
CMYK 0 0.98 0.02 0.33
HSL 301.43º 0.95% 0.35% -
HSV(B) 301.43º 0.98% 0.67% -
XYZ 24.12 11.68 38.03 -
YUV 72.93 181.66 198.66 -
System Red Green Blue C M Y K H S L
Decimal 172 4 168 0 0.98 0.02 0.33 301.43 0.95 0.35
Hex AC 4 A8 0 62 2 21 12D 5F 23
Octal 254 4 250 0 142 2 41 455 137 43
Binary 10101100 100 10101000 0 1100010 10 100001 100101101 1011111 100011

Color Harmonies of #AC04A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC04A8

Black with #AC04A8

Text Example


Text Example

White with #AC04A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC04A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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