Html Css Color HEX #A20E92 Dark Magenta

📋 copy color: '#A20E92'

red 162 ◦ green 14 ◦ blue 146

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

Shades of Dark Magenta #A20E92

Tints of Dark Magenta #A20E92

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.35%

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

R = 50.31%
G = 4.35%
B = 45.34%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A20E92 (or 0xA20E92) is known color: Dark Magenta. HEX triplet: A2, 0E and 92. RGB value is (162,14,146). Sum of RGB (Red+Green+Blue) = 162+14+146=322 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.31% from 322); Green value is 14 (5.86% from 255 or 4.35% from 322); Blue value is 146 (57.42% from 255 or 45.34% from 322); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E92 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20E92 is #5DF16D. Grayscale: #484848. Windows color (decimal): -6156654 or 9572002. OLE color: 9572002.

HSL color Cylindrical-coordinate representation of color #A20E92: hue angle of 306.49º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A20E92 is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 14 146 -
CMYK 0 0.91 0.10 0.36
HSL 306.49º 0.84% 0.35% -
HSV(B) 306.49º 0.91% 0.64% -
XYZ 20.25 10.07 28.07 -
YUV 73.3 169.03 191.27 -
System Red Green Blue C M Y K H S L
Decimal 162 14 146 0 0.91 0.10 0.36 306.49 0.84 0.35
Hex A2 E 92 0 5B A 24 132 54 23
Octal 242 16 222 0 133 12 44 462 124 43
Binary 10100010 1110 10010010 0 1011011 1010 100100 100110010 1010100 100011

Color Harmonies of #A20E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20E92

Black with #A20E92

Text Example


Text Example

White with #A20E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20E92; }

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

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

background-color css

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

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

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

border-color css

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

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

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