Html Css Color HEX #A21795 Dark Magenta

📋 copy color: '#A21795'

red 162 ◦ green 23 ◦ blue 149

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

Shades of Dark Magenta #A21795

Tints of Dark Magenta #A21795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 44.61%

R = 48.5%
G = 6.89%
B = 44.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#A21795 (or 0xA21795) is known color: Dark Magenta. HEX triplet: A2, 17 and 95. RGB value is (162,23,149). Sum of RGB (Red+Green+Blue) = 162+23+149=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 23 (9.38% from 255 or 6.89% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A21795 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21795 is #5DE86A. Grayscale: #4E4E4E. Windows color (decimal): -6154347 or 9770914. OLE color: 9770914.

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

Color convert

RGB 162 23 149 -
CMYK 0 0.86 0.08 0.36
HSL 305.61º 0.75% 0.36% -
HSV(B) 305.61º 0.86% 0.64% -
XYZ 20.63 10.46 29.37 -
YUV 78.93 167.55 187.25 -
System Red Green Blue C M Y K H S L
Decimal 162 23 149 0 0.86 0.08 0.36 305.61 0.75 0.36
Hex A2 17 95 0 56 8 24 132 4B 24
Octal 242 27 225 0 126 10 44 462 113 44
Binary 10100010 10111 10010101 0 1010110 1000 100100 100110010 1001011 100100

Color Harmonies of #A21795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21795

Black with #A21795

Text Example


Text Example

White with #A21795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21795; }

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

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

background-color css

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

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

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

border-color css

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

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

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