Html Css Color HEX #AC02AA Dark Magenta

📋 copy color: '#AC02AA'

red 172 ◦ green 2 ◦ blue 170

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

Shades of Dark Magenta #AC02AA

Tints of Dark Magenta #AC02AA

RGB

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

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

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

R = 50%
G = 0.58%
B = 49.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC02AA (or 0xAC02AA) is known color: Dark Magenta. HEX triplet: AC, 02 and AA. RGB value is (172,2,170). Sum of RGB (Red+Green+Blue) = 172+2+170=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 2 (1.17% from 255 or 0.58% from 344); Blue value is 170 (66.80% from 255 or 49.42% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC02AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC02AA is #53FD55. Grayscale: #474747. Windows color (decimal): -5504342 or 11141804. OLE color: 11141804.

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

Color convert

RGB 172 2 170 -
CMYK 0 0.99 0.01 0.33
HSL 300.71º 0.98% 0.34% -
HSV(B) 300.71º 0.99% 0.67% -
XYZ 24.29 11.72 39.01 -
YUV 71.98 183.32 199.34 -
System Red Green Blue C M Y K H S L
Decimal 172 2 170 0 0.99 0.01 0.33 300.71 0.98 0.34
Hex AC 2 AA 0 63 1 21 12D 62 22
Octal 254 2 252 0 143 1 41 455 142 42
Binary 10101100 10 10101010 0 1100011 1 100001 100101101 1100010 100010

Color Harmonies of #AC02AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC02AA

Black with #AC02AA

Text Example


Text Example

White with #AC02AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC02AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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