Html Css Color HEX #A21790 Dark Magenta

📋 copy color: '#A21790'

red 162 ◦ green 23 ◦ blue 144

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

Shades of Dark Magenta #A21790

Tints of Dark Magenta #A21790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 43.77%

R = 49.24%
G = 6.99%
B = 43.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A21790 (or 0xA21790) is known color: Dark Magenta. HEX triplet: A2, 17 and 90. RGB value is (162,23,144). Sum of RGB (Red+Green+Blue) = 162+23+144=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 23 (9.38% from 255 or 6.99% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A21790 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21790 is #5DE86F. Grayscale: #4E4E4E. Windows color (decimal): -6154352 or 9443234. OLE color: 9443234.

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

Color convert

RGB 162 23 144 -
CMYK 0 0.86 0.11 0.36
HSL 307.77º 0.75% 0.36% -
HSV(B) 307.77º 0.86% 0.64% -
XYZ 20.24 10.31 27.31 -
YUV 78.36 165.05 187.66 -
System Red Green Blue C M Y K H S L
Decimal 162 23 144 0 0.86 0.11 0.36 307.77 0.75 0.36
Hex A2 17 90 0 56 B 24 134 4B 24
Octal 242 27 220 0 126 13 44 464 113 44
Binary 10100010 10111 10010000 0 1010110 1011 100100 100110100 1001011 100100

Color Harmonies of #A21790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21790

Black with #A21790

Text Example


Text Example

White with #A21790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21790; }

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

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

background-color css

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

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

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

border-color css

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

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

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