Html Css Color HEX #A2019F Dark Magenta

📋 copy color: '#A2019F'

red 162 ◦ green 1 ◦ blue 159

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

Shades of Dark Magenta #A2019F

Tints of Dark Magenta #A2019F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 49.38%

R = 50.31%
G = 0.31%
B = 49.38%

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

#A2019F (or 0xA2019F) is known color: Dark Magenta. HEX triplet: A2, 01 and 9F. RGB value is (162,1,159). Sum of RGB (Red+Green+Blue) = 162+1+159=322 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.31% from 322); Green value is 1 (0.78% from 255 or 0.31% from 322); Blue value is 159 (62.5% from 255 or 49.38% from 322); Max value from RGB is 162 - color contains mainly: red. Hex color #A2019F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2019F is #5DFE60. Grayscale: #424242. Windows color (decimal): -6159969 or 10420642. OLE color: 10420642.

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

Color convert

RGB 162 1 159 -
CMYK 0 0.99 0.02 0.36
HSL 301.12º 0.99% 0.32% -
HSV(B) 301.12º 0.99% 0.64% -
XYZ 21.17 10.21 33.66 -
YUV 67.15 179.84 195.65 -
System Red Green Blue C M Y K H S L
Decimal 162 1 159 0 0.99 0.02 0.36 301.12 0.99 0.32
Hex A2 1 9F 0 63 2 24 12D 63 20
Octal 242 1 237 0 143 2 44 455 143 40
Binary 10100010 1 10011111 0 1100011 10 100100 100101101 1100011 100000

Color Harmonies of #A2019F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2019F

Black with #A2019F

Text Example


Text Example

White with #A2019F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2019F; }

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

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

background-color css

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

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

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

border-color css

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

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

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