Html Css Color HEX #AC02A4 Dark Magenta

📋 copy color: '#AC02A4'

red 172 ◦ green 2 ◦ blue 164

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

Shades of Dark Magenta #AC02A4

Tints of Dark Magenta #AC02A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 48.52%

R = 50.89%
G = 0.59%
B = 48.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#AC02A4 (or 0xAC02A4) is known color: Dark Magenta. HEX triplet: AC, 02 and A4. RGB value is (172,2,164). Sum of RGB (Red+Green+Blue) = 172+2+164=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 2 (1.17% from 255 or 0.59% from 338); Blue value is 164 (64.45% from 255 or 48.52% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC02A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC02A4 is #53FD5B. Grayscale: #464646. Windows color (decimal): -5504348 or 10748588. OLE color: 10748588.

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

Color convert

RGB 172 2 164 -
CMYK 0 0.99 0.05 0.33
HSL 302.82º 0.98% 0.34% -
HSV(B) 302.82º 0.99% 0.67% -
XYZ 23.74 11.49 36.09 -
YUV 71.3 180.32 199.83 -
System Red Green Blue C M Y K H S L
Decimal 172 2 164 0 0.99 0.05 0.33 302.82 0.98 0.34
Hex AC 2 A4 0 63 5 21 12F 62 22
Octal 254 2 244 0 143 5 41 457 142 42
Binary 10101100 10 10100100 0 1100011 101 100001 100101111 1100010 100010

Color Harmonies of #AC02A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC02A4

Black with #AC02A4

Text Example


Text Example

White with #AC02A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC02A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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