Html Css Color HEX #A22199 Dark Magenta

📋 copy color: '#A22199'

red 162 ◦ green 33 ◦ blue 153

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

Shades of Dark Magenta #A22199

Tints of Dark Magenta #A22199

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.48%

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

R = 46.55%
G = 9.48%
B = 43.97%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A22199 (or 0xA22199) is known color: Dark Magenta. HEX triplet: A2, 21 and 99. RGB value is (162,33,153). Sum of RGB (Red+Green+Blue) = 162+33+153=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 33 (13.28% from 255 or 9.48% from 348); Blue value is 153 (60.16% from 255 or 43.97% from 348); Max value from RGB is 162 - color contains mainly: red. Hex color #A22199 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22199 is #5DDE66. Grayscale: #545454. Windows color (decimal): -6151783 or 10035618. OLE color: 10035618.

HSL color Cylindrical-coordinate representation of color #A22199: hue angle of 304.19º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A22199 is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 33 153 -
CMYK 0 0.80 0.06 0.36
HSL 304.19º 0.66% 0.38% -
HSV(B) 304.19º 0.8% 0.64% -
XYZ 21.19 11.07 31.16 -
YUV 85.25 166.24 182.74 -
System Red Green Blue C M Y K H S L
Decimal 162 33 153 0 0.80 0.06 0.36 304.19 0.66 0.38
Hex A2 21 99 0 50 6 24 130 42 26
Octal 242 41 231 0 120 6 44 460 102 46
Binary 10100010 100001 10011001 0 1010000 110 100100 100110000 1000010 100110

Color Harmonies of #A22199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22199

Black with #A22199

Text Example


Text Example

White with #A22199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22199; }

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

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

background-color css

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

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

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

border-color css

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

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

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