Html Css Color HEX #A21291 Dark Magenta

📋 copy color: '#A21291'

red 162 ◦ green 18 ◦ blue 145

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

Shades of Dark Magenta #A21291

Tints of Dark Magenta #A21291

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.54%

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

R = 49.85%
G = 5.54%
B = 44.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A21291 (or 0xA21291) is known color: Dark Magenta. HEX triplet: A2, 12 and 91. RGB value is (162,18,145). Sum of RGB (Red+Green+Blue) = 162+18+145=325 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.85% from 325); Green value is 18 (7.42% from 255 or 5.54% from 325); Blue value is 145 (57.03% from 255 or 44.62% from 325); Max value from RGB is 162 - color contains mainly: red. Hex color #A21291 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21291 is #5DED6E. Grayscale: #4B4B4B. Windows color (decimal): -6155631 or 9507490. OLE color: 9507490.

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

Color convert

RGB 162 18 145 -
CMYK 0 0.89 0.10 0.36
HSL 307.08º 0.8% 0.35% -
HSV(B) 307.08º 0.89% 0.64% -
XYZ 20.23 10.16 27.68 -
YUV 75.53 167.21 189.67 -
System Red Green Blue C M Y K H S L
Decimal 162 18 145 0 0.89 0.10 0.36 307.08 0.8 0.35
Hex A2 12 91 0 59 A 24 133 50 23
Octal 242 22 221 0 131 12 44 463 120 43
Binary 10100010 10010 10010001 0 1011001 1010 100100 100110011 1010000 100011

Color Harmonies of #A21291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21291

Black with #A21291

Text Example


Text Example

White with #A21291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21291; }

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

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

background-color css

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

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

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

border-color css

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

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

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