Html Css Color HEX #A20396 Dark Magenta

📋 copy color: '#A20396'

red 162 ◦ green 3 ◦ blue 150

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

Shades of Dark Magenta #A20396

Tints of Dark Magenta #A20396

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.95%

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

R = 51.43%
G = 0.95%
B = 47.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A20396 (or 0xA20396) is known color: Dark Magenta. HEX triplet: A2, 03 and 96. RGB value is (162,3,150). Sum of RGB (Red+Green+Blue) = 162+3+150=315 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.43% from 315); Green value is 3 (1.56% from 255 or 0.95% from 315); Blue value is 150 (58.98% from 255 or 47.62% from 315); Max value from RGB is 162 - color contains mainly: red. Hex color #A20396 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20396 is #5DFC69. Grayscale: #424242. Windows color (decimal): -6159466 or 9831330. OLE color: 9831330.

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

Color convert

RGB 162 3 150 -
CMYK 0 0.98 0.07 0.36
HSL 304.53º 0.96% 0.32% -
HSV(B) 304.53º 0.98% 0.64% -
XYZ 20.44 9.95 29.7 -
YUV 67.3 174.68 195.55 -
System Red Green Blue C M Y K H S L
Decimal 162 3 150 0 0.98 0.07 0.36 304.53 0.96 0.32
Hex A2 3 96 0 62 7 24 131 60 20
Octal 242 3 226 0 142 7 44 461 140 40
Binary 10100010 11 10010110 0 1100010 111 100100 100110001 1100000 100000

Color Harmonies of #A20396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20396

Black with #A20396

Text Example


Text Example

White with #A20396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20396; }

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

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

background-color css

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

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

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

border-color css

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

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

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