Html Css Color HEX #A002AC Dark Magenta

📋 copy color: '#A002AC'

red 160 ◦ green 2 ◦ blue 172

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

Shades of Dark Magenta #A002AC

Tints of Dark Magenta #A002AC

RGB

 RED value IS 160 (62.89% from 255) = 47.9%

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

 BLUE value IS 172 (67.58% from 255) = 51.5%

R = 47.9%
G = 0.6%
B = 51.5%

CMYK

 C value IS 0.07

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A002AC (or 0xA002AC) is known color: Dark Magenta. HEX triplet: A0, 02 and AC. RGB value is (160,2,172). Sum of RGB (Red+Green+Blue) = 160+2+172=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 2 (1.17% from 255 or 0.60% from 334); Blue value is 172 (67.58% from 255 or 51.50% from 334); Max value from RGB is 172 - color contains mainly: blue. Hex color #A002AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A002AC is #5FFD53. Grayscale: #444444. Windows color (decimal): -6290772 or 11272864. OLE color: 11272864.

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

Color convert

RGB 160 2 172 -
CMYK 0.07 0.99 0 0.33
HSL 295.76º 0.98% 0.34% -
HSV(B) 295.76º 0.99% 0.67% -
XYZ 21.97 10.5 39.9 -
YUV 68.62 186.35 193.18 -
System Red Green Blue C M Y K H S L
Decimal 160 2 172 0.07 0.99 0 0.33 295.76 0.98 0.34
Hex A0 2 AC 7 63 0 21 128 62 22
Octal 240 2 254 7 143 0 41 450 142 42
Binary 10100000 10 10101100 111 1100011 0 100001 100101000 1100010 100010

Color Harmonies of #A002AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A002AC

Black with #A002AC

Text Example


Text Example

White with #A002AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A002AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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