Html Css Color HEX #AC02A1 Dark Magenta

📋 copy color: '#AC02A1'

red 172 ◦ green 2 ◦ blue 161

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

Shades of Dark Magenta #AC02A1

Tints of Dark Magenta #AC02A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 48.06%

R = 51.34%
G = 0.6%
B = 48.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AC02A1 (or 0xAC02A1) is known color: Dark Magenta. HEX triplet: AC, 02 and A1. RGB value is (172,2,161). Sum of RGB (Red+Green+Blue) = 172+2+161=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 2 (1.17% from 255 or 0.60% from 335); Blue value is 161 (63.28% from 255 or 48.06% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC02A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC02A1 is #53FD5E. Grayscale: #464646. Windows color (decimal): -5504351 or 10551980. OLE color: 10551980.

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

Color convert

RGB 172 2 161 -
CMYK 0 0.99 0.06 0.33
HSL 303.88º 0.98% 0.34% -
HSV(B) 303.88º 0.99% 0.67% -
XYZ 23.47 11.39 34.68 -
YUV 70.96 178.82 200.07 -
System Red Green Blue C M Y K H S L
Decimal 172 2 161 0 0.99 0.06 0.33 303.88 0.98 0.34
Hex AC 2 A1 0 63 6 21 130 62 22
Octal 254 2 241 0 143 6 41 460 142 42
Binary 10101100 10 10100001 0 1100011 110 100001 100110000 1100010 100010

Color Harmonies of #AC02A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC02A1

Black with #AC02A1

Text Example


Text Example

White with #AC02A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC02A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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