Html Css Color HEX #A20892 Dark Magenta

📋 copy color: '#A20892'

red 162 ◦ green 8 ◦ blue 146

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

Shades of Dark Magenta #A20892

Tints of Dark Magenta #A20892

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.53%

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

R = 51.27%
G = 2.53%
B = 46.2%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A20892 (or 0xA20892) is known color: Dark Magenta. HEX triplet: A2, 08 and 92. RGB value is (162,8,146). Sum of RGB (Red+Green+Blue) = 162+8+146=316 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.27% from 316); Green value is 8 (3.52% from 255 or 2.53% from 316); Blue value is 146 (57.42% from 255 or 46.20% from 316); Max value from RGB is 162 - color contains mainly: red. Hex color #A20892 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20892 is #5DF76D. Grayscale: #454545. Windows color (decimal): -6158190 or 9570466. OLE color: 9570466.

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

Color convert

RGB 162 8 146 -
CMYK 0 0.95 0.10 0.36
HSL 306.23º 0.91% 0.33% -
HSV(B) 306.23º 0.95% 0.64% -
XYZ 20.18 9.93 28.05 -
YUV 69.78 171.02 193.78 -
System Red Green Blue C M Y K H S L
Decimal 162 8 146 0 0.95 0.10 0.36 306.23 0.91 0.33
Hex A2 8 92 0 5F A 24 132 5B 21
Octal 242 10 222 0 137 12 44 462 133 41
Binary 10100010 1000 10010010 0 1011111 1010 100100 100110010 1011011 100001

Color Harmonies of #A20892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20892

Black with #A20892

Text Example


Text Example

White with #A20892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20892; }

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

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

background-color css

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

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

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

border-color css

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

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

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