Html Css Color HEX #A21397 Dark Magenta

📋 copy color: '#A21397'

red 162 ◦ green 19 ◦ blue 151

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

Shades of Dark Magenta #A21397

Tints of Dark Magenta #A21397

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.72%

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

R = 48.8%
G = 5.72%
B = 45.48%

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

#A21397 (or 0xA21397) is known color: Dark Magenta. HEX triplet: A2, 13 and 97. RGB value is (162,19,151). Sum of RGB (Red+Green+Blue) = 162+19+151=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 19 (7.81% from 255 or 5.72% from 332); Blue value is 151 (59.38% from 255 or 45.48% from 332); Max value from RGB is 162 - color contains mainly: red. Hex color #A21397 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21397 is #5DEC68. Grayscale: #4C4C4C. Windows color (decimal): -6155369 or 9900962. OLE color: 9900962.

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

Color convert

RGB 162 19 151 -
CMYK 0 0.88 0.07 0.36
HSL 304.62º 0.79% 0.35% -
HSV(B) 304.62º 0.88% 0.64% -
XYZ 20.72 10.38 30.19 -
YUV 76.81 169.88 188.77 -
System Red Green Blue C M Y K H S L
Decimal 162 19 151 0 0.88 0.07 0.36 304.62 0.79 0.35
Hex A2 13 97 0 58 7 24 131 4F 23
Octal 242 23 227 0 130 7 44 461 117 43
Binary 10100010 10011 10010111 0 1011000 111 100100 100110001 1001111 100011

Color Harmonies of #A21397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21397

Black with #A21397

Text Example


Text Example

White with #A21397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21397; }

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

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

background-color css

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

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

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

border-color css

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

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

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