Html Css Color HEX #A21099 Dark Magenta

📋 copy color: '#A21099'

red 162 ◦ green 16 ◦ blue 153

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

Shades of Dark Magenta #A21099

Tints of Dark Magenta #A21099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 46.22%

R = 48.94%
G = 4.83%
B = 46.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A21099 (or 0xA21099) is known color: Dark Magenta. HEX triplet: A2, 10 and 99. RGB value is (162,16,153). Sum of RGB (Red+Green+Blue) = 162+16+153=331 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.94% from 331); Green value is 16 (6.64% from 255 or 4.83% from 331); Blue value is 153 (60.16% from 255 or 46.22% from 331); Max value from RGB is 162 - color contains mainly: red. Hex color #A21099 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21099 is #5DEF66. Grayscale: #4A4A4A. Windows color (decimal): -6156135 or 10031266. OLE color: 10031266.

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

Color convert

RGB 162 16 153 -
CMYK 0 0.90 0.06 0.36
HSL 303.7º 0.82% 0.35% -
HSV(B) 303.7º 0.9% 0.64% -
XYZ 20.84 10.35 31.04 -
YUV 75.27 171.87 189.86 -
System Red Green Blue C M Y K H S L
Decimal 162 16 153 0 0.90 0.06 0.36 303.7 0.82 0.35
Hex A2 10 99 0 5A 6 24 130 52 23
Octal 242 20 231 0 132 6 44 460 122 43
Binary 10100010 10000 10011001 0 1011010 110 100100 100110000 1010010 100011

Color Harmonies of #A21099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21099

Black with #A21099

Text Example


Text Example

White with #A21099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21099; }

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

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

background-color css

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

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

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

border-color css

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

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

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