Html Css Color HEX #A21791 Dark Magenta

📋 copy color: '#A21791'

red 162 ◦ green 23 ◦ blue 145

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

Shades of Dark Magenta #A21791

Tints of Dark Magenta #A21791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 43.94%

R = 49.09%
G = 6.97%
B = 43.94%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A21791 (or 0xA21791) is known color: Dark Magenta. HEX triplet: A2, 17 and 91. RGB value is (162,23,145). Sum of RGB (Red+Green+Blue) = 162+23+145=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 23 (9.38% from 255 or 6.97% from 330); Blue value is 145 (57.03% from 255 or 43.94% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A21791 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21791 is #5DE86E. Grayscale: #4E4E4E. Windows color (decimal): -6154351 or 9508770. OLE color: 9508770.

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

Color convert

RGB 162 23 145 -
CMYK 0 0.86 0.10 0.36
HSL 307.34º 0.75% 0.36% -
HSV(B) 307.34º 0.86% 0.64% -
XYZ 20.32 10.34 27.71 -
YUV 78.47 165.55 187.58 -
System Red Green Blue C M Y K H S L
Decimal 162 23 145 0 0.86 0.10 0.36 307.34 0.75 0.36
Hex A2 17 91 0 56 A 24 133 4B 24
Octal 242 27 221 0 126 12 44 463 113 44
Binary 10100010 10111 10010001 0 1010110 1010 100100 100110011 1001011 100100

Color Harmonies of #A21791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21791

Black with #A21791

Text Example


Text Example

White with #A21791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21791; }

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

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

background-color css

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

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

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

border-color css

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

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

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