Html Css Color HEX #A21091 Dark Magenta

📋 copy color: '#A21091'

red 162 ◦ green 16 ◦ blue 145

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

Shades of Dark Magenta #A21091

Tints of Dark Magenta #A21091

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.95%

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

R = 50.15%
G = 4.95%
B = 44.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A21091 (or 0xA21091) is known color: Dark Magenta. HEX triplet: A2, 10 and 91. RGB value is (162,16,145). Sum of RGB (Red+Green+Blue) = 162+16+145=323 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.15% from 323); Green value is 16 (6.64% from 255 or 4.95% from 323); Blue value is 145 (57.03% from 255 or 44.89% from 323); Max value from RGB is 162 - color contains mainly: red. Hex color #A21091 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21091 is #5DEF6E. Grayscale: #494949. Windows color (decimal): -6156143 or 9506978. OLE color: 9506978.

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

Color convert

RGB 162 16 145 -
CMYK 0 0.90 0.10 0.36
HSL 306.99º 0.82% 0.35% -
HSV(B) 306.99º 0.9% 0.64% -
XYZ 20.2 10.1 27.67 -
YUV 74.36 167.87 190.51 -
System Red Green Blue C M Y K H S L
Decimal 162 16 145 0 0.90 0.10 0.36 306.99 0.82 0.35
Hex A2 10 91 0 5A A 24 133 52 23
Octal 242 20 221 0 132 12 44 463 122 43
Binary 10100010 10000 10010001 0 1011010 1010 100100 100110011 1010010 100011

Color Harmonies of #A21091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21091

Black with #A21091

Text Example


Text Example

White with #A21091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21091; }

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

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

background-color css

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

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

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

border-color css

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

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

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