Html Css Color HEX #A20092 Dark Magenta

📋 copy color: '#A20092'

red 162 ◦ green 0 ◦ blue 146

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

Shades of Dark Magenta #A20092

Tints of Dark Magenta #A20092

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.6%
G = 0%
B = 47.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A20092 (or 0xA20092) is known color: Dark Magenta. HEX triplet: A2, 00 and 92. RGB value is (162,0,146). Sum of RGB (Red+Green+Blue) = 162+0+146=308 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.60% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 146 (57.42% from 255 or 47.40% from 308); Max value from RGB is 162 - color contains mainly: red. Hex color #A20092 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20092 is #5DFF6D. Grayscale: #404040. Windows color (decimal): -6160238 or 9568418. OLE color: 9568418.

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

Color convert

RGB 162 0 146 -
CMYK 0 1 0.10 0.36
HSL 305.93º 1% 0.32% -
HSV(B) 305.93º 1% 0.64% -
XYZ 20.09 9.76 28.02 -
YUV 65.08 173.67 197.13 -
System Red Green Blue C M Y K H S L
Decimal 162 0 146 0 1 0.10 0.36 305.93 1 0.32
Hex A2 0 92 0 64 A 24 132 64 20
Octal 242 0 222 0 144 12 44 462 144 40
Binary 10100010 0 10010010 0 1100100 1010 100100 100110010 1100100 100000

Color Harmonies of #A20092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20092

Black with #A20092

Text Example


Text Example

White with #A20092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20092; }

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

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

background-color css

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

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

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

border-color css

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

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

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