Html Css Color HEX #A20097 Dark Magenta

📋 copy color: '#A20097'

red 162 ◦ green 0 ◦ blue 151

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

Shades of Dark Magenta #A20097

Tints of Dark Magenta #A20097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 48.24%

R = 51.76%
G = 0%
B = 48.24%

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

#A20097 (or 0xA20097) is known color: Dark Magenta. HEX triplet: A2, 00 and 97. RGB value is (162,0,151). Sum of RGB (Red+Green+Blue) = 162+0+151=313 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.76% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 151 (59.38% from 255 or 48.24% from 313); Max value from RGB is 162 - color contains mainly: red. Hex color #A20097 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20097 is #5DFF68. Grayscale: #414141. Windows color (decimal): -6160233 or 9896098. OLE color: 9896098.

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

Color convert

RGB 162 0 151 -
CMYK 0 1 0.07 0.36
HSL 304.07º 1% 0.32% -
HSV(B) 304.07º 1% 0.64% -
XYZ 20.49 9.92 30.11 -
YUV 65.65 176.17 196.72 -
System Red Green Blue C M Y K H S L
Decimal 162 0 151 0 1 0.07 0.36 304.07 1 0.32
Hex A2 0 97 0 64 7 24 130 64 20
Octal 242 0 227 0 144 7 44 460 144 40
Binary 10100010 0 10010111 0 1100100 111 100100 100110000 1100100 100000

Color Harmonies of #A20097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20097

Black with #A20097

Text Example


Text Example

White with #A20097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20097; }

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

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

background-color css

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

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

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

border-color css

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

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

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