Html Css Color HEX #A21497 Dark Magenta

📋 copy color: '#A21497'

red 162 ◦ green 20 ◦ blue 151

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

Shades of Dark Magenta #A21497

Tints of Dark Magenta #A21497

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.01%

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

R = 48.65%
G = 6.01%
B = 45.35%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A21497 (or 0xA21497) is known color: Dark Magenta. HEX triplet: A2, 14 and 97. RGB value is (162,20,151). Sum of RGB (Red+Green+Blue) = 162+20+151=333 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.65% from 333); Green value is 20 (8.20% from 255 or 6.01% from 333); Blue value is 151 (59.38% from 255 or 45.35% from 333); Max value from RGB is 162 - color contains mainly: red. Hex color #A21497 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21497 is #5DEB68. Grayscale: #4D4D4D. Windows color (decimal): -6155113 or 9901218. OLE color: 9901218.

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

Color convert

RGB 162 20 151 -
CMYK 0 0.88 0.07 0.36
HSL 304.65º 0.78% 0.36% -
HSV(B) 304.65º 0.88% 0.64% -
XYZ 20.74 10.42 30.2 -
YUV 77.39 169.54 188.35 -
System Red Green Blue C M Y K H S L
Decimal 162 20 151 0 0.88 0.07 0.36 304.65 0.78 0.36
Hex A2 14 97 0 58 7 24 131 4E 24
Octal 242 24 227 0 130 7 44 461 116 44
Binary 10100010 10100 10010111 0 1011000 111 100100 100110001 1001110 100100

Color Harmonies of #A21497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21497

Black with #A21497

Text Example


Text Example

White with #A21497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21497; }

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

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

background-color css

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

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

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

border-color css

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

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

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