Html Css Color HEX #A2019C Dark Magenta

📋 copy color: '#A2019C'

red 162 ◦ green 1 ◦ blue 156

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

Shades of Dark Magenta #A2019C

Tints of Dark Magenta #A2019C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

 BLUE value IS 156 (61.33% from 255) = 48.9%

R = 50.78%
G = 0.31%
B = 48.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A2019C (or 0xA2019C) is known color: Dark Magenta. HEX triplet: A2, 01 and 9C. RGB value is (162,1,156). Sum of RGB (Red+Green+Blue) = 162+1+156=319 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.78% from 319); Green value is 1 (0.78% from 255 or 0.31% from 319); Blue value is 156 (61.33% from 255 or 48.90% from 319); Max value from RGB is 162 - color contains mainly: red. Hex color #A2019C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2019C is #5DFE63. Grayscale: #424242. Windows color (decimal): -6159972 or 10224034. OLE color: 10224034.

HSL color Cylindrical-coordinate representation of color #A2019C: hue angle of 302.24º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A2019C is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 1 156 -
CMYK 0 0.99 0.04 0.36
HSL 302.24º 0.99% 0.32% -
HSV(B) 302.24º 0.99% 0.64% -
XYZ 20.91 10.1 32.3 -
YUV 66.81 178.34 195.9 -
System Red Green Blue C M Y K H S L
Decimal 162 1 156 0 0.99 0.04 0.36 302.24 0.99 0.32
Hex A2 1 9C 0 63 4 24 12E 63 20
Octal 242 1 234 0 143 4 44 456 143 40
Binary 10100010 1 10011100 0 1100011 100 100100 100101110 1100011 100000

Color Harmonies of #A2019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2019C

Black with #A2019C

Text Example


Text Example

White with #A2019C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2019C; }

 p { color: rgb(162,1,156); }

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

background-color css

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

 a { background-color: rgb(162,1,156); }

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

border-color css

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

 span { border-color: rgb(162,1,156); }

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