Html Css Color HEX #A20292 Dark Magenta

📋 copy color: '#A20292'

red 162 ◦ green 2 ◦ blue 146

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

Shades of Dark Magenta #A20292

Tints of Dark Magenta #A20292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 47.1%

R = 52.26%
G = 0.65%
B = 47.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A20292 (or 0xA20292) is known color: Dark Magenta. HEX triplet: A2, 02 and 92. RGB value is (162,2,146). Sum of RGB (Red+Green+Blue) = 162+2+146=310 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.26% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 146 (57.42% from 255 or 47.10% from 310); Max value from RGB is 162 - color contains mainly: red. Hex color #A20292 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20292 is #5DFD6D. Grayscale: #414141. Windows color (decimal): -6159726 or 9568930. OLE color: 9568930.

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

Color convert

RGB 162 2 146 -
CMYK 0 0.99 0.10 0.36
HSL 306º 0.98% 0.32% -
HSV(B) 306º 0.99% 0.64% -
XYZ 20.11 9.8 28.03 -
YUV 66.26 173.01 196.29 -
System Red Green Blue C M Y K H S L
Decimal 162 2 146 0 0.99 0.10 0.36 306 0.98 0.32
Hex A2 2 92 0 63 A 24 132 62 20
Octal 242 2 222 0 143 12 44 462 142 40
Binary 10100010 10 10010010 0 1100011 1010 100100 100110010 1100010 100000

Color Harmonies of #A20292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20292

Black with #A20292

Text Example


Text Example

White with #A20292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20292; }

 p { color: rgb(162,2,146); }

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

background-color css

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

 a { background-color: rgb(162,2,146); }

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

border-color css

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

 span { border-color: rgb(162,2,146); }

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