Html Css Color HEX #A20795 Dark Magenta

📋 copy color: '#A20795'

red 162 ◦ green 7 ◦ blue 149

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

Shades of Dark Magenta #A20795

Tints of Dark Magenta #A20795

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.2%

 BLUE value IS 149 (58.59% from 255) = 46.86%

R = 50.94%
G = 2.2%
B = 46.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#A20795 (or 0xA20795) is known color: Dark Magenta. HEX triplet: A2, 07 and 95. RGB value is (162,7,149). Sum of RGB (Red+Green+Blue) = 162+7+149=318 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.94% from 318); Green value is 7 (3.12% from 255 or 2.20% from 318); Blue value is 149 (58.59% from 255 or 46.86% from 318); Max value from RGB is 162 - color contains mainly: red. Hex color #A20795 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20795 is #5DF86A. Grayscale: #454545. Windows color (decimal): -6158443 or 9766818. OLE color: 9766818.

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

Color convert

RGB 162 7 149 -
CMYK 0 0.96 0.08 0.36
HSL 305.03º 0.92% 0.33% -
HSV(B) 305.03º 0.96% 0.64% -
XYZ 20.4 10 29.29 -
YUV 69.53 172.85 193.95 -
System Red Green Blue C M Y K H S L
Decimal 162 7 149 0 0.96 0.08 0.36 305.03 0.92 0.33
Hex A2 7 95 0 60 8 24 131 5C 21
Octal 242 7 225 0 140 10 44 461 134 41
Binary 10100010 111 10010101 0 1100000 1000 100100 100110001 1011100 100001

Color Harmonies of #A20795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20795

Black with #A20795

Text Example


Text Example

White with #A20795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20795; }

 p { color: rgb(162,7,149); }

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

background-color css

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

 a { background-color: rgb(162,7,149); }

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

border-color css

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

 span { border-color: rgb(162,7,149); }

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