Html Css Color HEX #A2019E Dark Magenta

📋 copy color: '#A2019E'

red 162 ◦ green 1 ◦ blue 158

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

Shades of Dark Magenta #A2019E

Tints of Dark Magenta #A2019E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 49.22%

R = 50.47%
G = 0.31%
B = 49.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A2019E (or 0xA2019E) is known color: Dark Magenta. HEX triplet: A2, 01 and 9E. RGB value is (162,1,158). Sum of RGB (Red+Green+Blue) = 162+1+158=321 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.47% from 321); Green value is 1 (0.78% from 255 or 0.31% from 321); Blue value is 158 (62.11% from 255 or 49.22% from 321); Max value from RGB is 162 - color contains mainly: red. Hex color #A2019E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2019E is #5DFE61. Grayscale: #424242. Windows color (decimal): -6159970 or 10355106. OLE color: 10355106.

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

Color convert

RGB 162 1 158 -
CMYK 0 0.99 0.02 0.36
HSL 301.49º 0.99% 0.32% -
HSV(B) 301.49º 0.99% 0.64% -
XYZ 21.08 10.17 33.2 -
YUV 67.04 179.34 195.73 -
System Red Green Blue C M Y K H S L
Decimal 162 1 158 0 0.99 0.02 0.36 301.49 0.99 0.32
Hex A2 1 9E 0 63 2 24 12D 63 20
Octal 242 1 236 0 143 2 44 455 143 40
Binary 10100010 1 10011110 0 1100011 10 100100 100101101 1100011 100000

Color Harmonies of #A2019E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2019E

Black with #A2019E

Text Example


Text Example

White with #A2019E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2019E; }

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

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

background-color css

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

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

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

border-color css

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

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

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