Html Css Color HEX #A21799 Dark Magenta

📋 copy color: '#A21799'

red 162 ◦ green 23 ◦ blue 153

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

Shades of Dark Magenta #A21799

Tints of Dark Magenta #A21799

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.8%

 BLUE value IS 153 (60.16% from 255) = 45.27%

R = 47.93%
G = 6.8%
B = 45.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A21799 (or 0xA21799) is known color: Dark Magenta. HEX triplet: A2, 17 and 99. RGB value is (162,23,153). Sum of RGB (Red+Green+Blue) = 162+23+153=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 23 (9.38% from 255 or 6.80% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 162 - color contains mainly: red. Hex color #A21799 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21799 is #5DE866. Grayscale: #4F4F4F. Windows color (decimal): -6154343 or 10033058. OLE color: 10033058.

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

Color convert

RGB 162 23 153 -
CMYK 0 0.86 0.06 0.36
HSL 303.88º 0.75% 0.36% -
HSV(B) 303.88º 0.86% 0.64% -
XYZ 20.96 10.59 31.08 -
YUV 79.38 169.55 186.93 -
System Red Green Blue C M Y K H S L
Decimal 162 23 153 0 0.86 0.06 0.36 303.88 0.75 0.36
Hex A2 17 99 0 56 6 24 130 4B 24
Octal 242 27 231 0 126 6 44 460 113 44
Binary 10100010 10111 10011001 0 1010110 110 100100 100110000 1001011 100100

Color Harmonies of #A21799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21799

Black with #A21799

Text Example


Text Example

White with #A21799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21799; }

 p { color: rgb(162,23,153); }

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

background-color css

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

 a { background-color: rgb(162,23,153); }

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

border-color css

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

 span { border-color: rgb(162,23,153); }

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