Html Css Color HEX #A20896 Dark Magenta

📋 copy color: '#A20896'

red 162 ◦ green 8 ◦ blue 150

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

Shades of Dark Magenta #A20896

Tints of Dark Magenta #A20896

RGB

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

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

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

R = 50.63%
G = 2.5%
B = 46.88%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A20896 (or 0xA20896) is known color: Dark Magenta. HEX triplet: A2, 08 and 96. RGB value is (162,8,150). Sum of RGB (Red+Green+Blue) = 162+8+150=320 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.62% from 320); Green value is 8 (3.52% from 255 or 2.5% from 320); Blue value is 150 (58.98% from 255 or 46.88% from 320); Max value from RGB is 162 - color contains mainly: red. Hex color #A20896 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20896 is #5DF769. Grayscale: #454545. Windows color (decimal): -6158186 or 9832610. OLE color: 9832610.

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

Color convert

RGB 162 8 150 -
CMYK 0 0.95 0.07 0.36
HSL 304.68º 0.91% 0.33% -
HSV(B) 304.68º 0.95% 0.64% -
XYZ 20.49 10.06 29.72 -
YUV 70.23 173.02 193.45 -
System Red Green Blue C M Y K H S L
Decimal 162 8 150 0 0.95 0.07 0.36 304.68 0.91 0.33
Hex A2 8 96 0 5F 7 24 131 5B 21
Octal 242 10 226 0 137 7 44 461 133 41
Binary 10100010 1000 10010110 0 1011111 111 100100 100110001 1011011 100001

Color Harmonies of #A20896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20896

Black with #A20896

Text Example


Text Example

White with #A20896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20896; }

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

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

background-color css

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

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

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

border-color css

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

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

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