Html Css Color HEX #A20FAC Dark Magenta

📋 copy color: '#A20FAC'

red 162 ◦ green 15 ◦ blue 172

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

Shades of Dark Magenta #A20FAC

Tints of Dark Magenta #A20FAC

RGB

 RED value IS 162 (63.67% from 255) = 46.42%

 GREEN value IS 15 (6.25% from 255) = 4.3%

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

R = 46.42%
G = 4.3%
B = 49.28%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A20FAC (or 0xA20FAC) is known color: Dark Magenta. HEX triplet: A2, 0F and AC. RGB value is (162,15,172). Sum of RGB (Red+Green+Blue) = 162+15+172=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 15 (6.25% from 255 or 4.30% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #A20FAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20FAC is #5DF053. Grayscale: #4C4C4C. Windows color (decimal): -6156372 or 11276194. OLE color: 11276194.

HSL color Cylindrical-coordinate representation of color #A20FAC: hue angle of 296.18º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A20FAC is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 162 15 172 -
CMYK 0.06 0.91 0 0.33
HSL 296.18º 0.84% 0.37% -
HSV(B) 296.18º 0.91% 0.67% -
XYZ 22.52 11 39.97 -
YUV 76.85 181.7 188.73 -
System Red Green Blue C M Y K H S L
Decimal 162 15 172 0.06 0.91 0 0.33 296.18 0.84 0.37
Hex A2 F AC 6 5B 0 21 128 54 25
Octal 242 17 254 6 133 0 41 450 124 45
Binary 10100010 1111 10101100 110 1011011 0 100001 100101000 1010100 100101

Color Harmonies of #A20FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20FAC

Black with #A20FAC

Text Example


Text Example

White with #A20FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20FAC; }

 p { color: rgb(162,15,172); }

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

background-color css

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

 a { background-color: rgb(162,15,172); }

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

border-color css

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

 span { border-color: rgb(162,15,172); }

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