Html Css Color HEX #A20197 Dark Magenta

📋 copy color: '#A20197'

red 162 ◦ green 1 ◦ blue 151

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

Shades of Dark Magenta #A20197

Tints of Dark Magenta #A20197

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 51.59%
G = 0.32%
B = 48.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A20197 (or 0xA20197) is known color: Dark Magenta. HEX triplet: A2, 01 and 97. RGB value is (162,1,151). Sum of RGB (Red+Green+Blue) = 162+1+151=314 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.59% from 314); Green value is 1 (0.78% from 255 or 0.32% from 314); Blue value is 151 (59.38% from 255 or 48.09% from 314); Max value from RGB is 162 - color contains mainly: red. Hex color #A20197 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20197 is #5DFE68. Grayscale: #414141. Windows color (decimal): -6159977 or 9896354. OLE color: 9896354.

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

Color convert

RGB 162 1 151 -
CMYK 0 0.99 0.07 0.36
HSL 304.1º 0.99% 0.32% -
HSV(B) 304.1º 0.99% 0.64% -
XYZ 20.5 9.94 30.12 -
YUV 66.24 175.84 196.3 -
System Red Green Blue C M Y K H S L
Decimal 162 1 151 0 0.99 0.07 0.36 304.1 0.99 0.32
Hex A2 1 97 0 63 7 24 130 63 20
Octal 242 1 227 0 143 7 44 460 143 40
Binary 10100010 1 10010111 0 1100011 111 100100 100110000 1100011 100000

Color Harmonies of #A20197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20197

Black with #A20197

Text Example


Text Example

White with #A20197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20197; }

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

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

background-color css

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

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

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

border-color css

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

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

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