Html Css Color HEX #A21891 Dark Magenta

📋 copy color: '#A21891'

red 162 ◦ green 24 ◦ blue 145

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

Shades of Dark Magenta #A21891

Tints of Dark Magenta #A21891

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.25%

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

R = 48.94%
G = 7.25%
B = 43.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A21891 (or 0xA21891) is known color: Dark Magenta. HEX triplet: A2, 18 and 91. RGB value is (162,24,145). Sum of RGB (Red+Green+Blue) = 162+24+145=331 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.94% from 331); Green value is 24 (9.77% from 255 or 7.25% from 331); Blue value is 145 (57.03% from 255 or 43.81% from 331); Max value from RGB is 162 - color contains mainly: red. Hex color #A21891 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21891 is #5DE76E. Grayscale: #4E4E4E. Windows color (decimal): -6154095 or 9509026. OLE color: 9509026.

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

Color convert

RGB 162 24 145 -
CMYK 0 0.85 0.10 0.36
HSL 307.39º 0.74% 0.36% -
HSV(B) 307.39º 0.85% 0.64% -
XYZ 20.34 10.38 27.72 -
YUV 79.06 165.22 187.16 -
System Red Green Blue C M Y K H S L
Decimal 162 24 145 0 0.85 0.10 0.36 307.39 0.74 0.36
Hex A2 18 91 0 55 A 24 133 4A 24
Octal 242 30 221 0 125 12 44 463 112 44
Binary 10100010 11000 10010001 0 1010101 1010 100100 100110011 1001010 100100

Color Harmonies of #A21891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21891

Black with #A21891

Text Example


Text Example

White with #A21891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21891; }

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

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

background-color css

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

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

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

border-color css

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

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

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