Html Css Color HEX #A20096 Dark Magenta

📋 copy color: '#A20096'

red 162 ◦ green 0 ◦ blue 150

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

Shades of Dark Magenta #A20096

Tints of Dark Magenta #A20096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 48.08%

R = 51.92%
G = 0%
B = 48.08%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A20096 (or 0xA20096) is known color: Dark Magenta. HEX triplet: A2, 00 and 96. RGB value is (162,0,150). Sum of RGB (Red+Green+Blue) = 162+0+150=312 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.92% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 150 (58.98% from 255 or 48.08% from 312); Max value from RGB is 162 - color contains mainly: red. Hex color #A20096 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20096 is #5DFF69. Grayscale: #414141. Windows color (decimal): -6160234 or 9830562. OLE color: 9830562.

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

Color convert

RGB 162 0 150 -
CMYK 0 1 0.07 0.36
HSL 304.44º 1% 0.32% -
HSV(B) 304.44º 1% 0.64% -
XYZ 20.41 9.88 29.69 -
YUV 65.54 175.67 196.8 -
System Red Green Blue C M Y K H S L
Decimal 162 0 150 0 1 0.07 0.36 304.44 1 0.32
Hex A2 0 96 0 64 7 24 130 64 20
Octal 242 0 226 0 144 7 44 460 144 40
Binary 10100010 0 10010110 0 1100100 111 100100 100110000 1100100 100000

Color Harmonies of #A20096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20096

Black with #A20096

Text Example


Text Example

White with #A20096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20096; }

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

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

background-color css

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

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

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

border-color css

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

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

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