Html Css Color HEX #A220A1 Dark Magenta

📋 copy color: '#A220A1'

red 162 ◦ green 32 ◦ blue 161

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

Shades of Dark Magenta #A220A1

Tints of Dark Magenta #A220A1

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.01%

 BLUE value IS 161 (63.28% from 255) = 45.35%

R = 45.63%
G = 9.01%
B = 45.35%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#A220A1 (or 0xA220A1) is known color: Dark Magenta. HEX triplet: A2, 20 and A1. RGB value is (162,32,161). Sum of RGB (Red+Green+Blue) = 162+32+161=355 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.63% from 355); Green value is 32 (12.89% from 255 or 9.01% from 355); Blue value is 161 (63.28% from 255 or 45.35% from 355); Max value from RGB is 162 - color contains mainly: red. Hex color #A220A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A220A1 is #5DDF5E. Grayscale: #555555. Windows color (decimal): -6152031 or 10559650. OLE color: 10559650.

HSL color Cylindrical-coordinate representation of color #A220A1: hue angle of 300.46º degrees, saturation: 0.67, 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 #A220A1 is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 32 161 -
CMYK 0 0.80 0.01 0.36
HSL 300.46º 0.67% 0.38% -
HSV(B) 300.46º 0.8% 0.64% -
XYZ 21.85 11.29 34.75 -
YUV 85.58 170.57 182.51 -
System Red Green Blue C M Y K H S L
Decimal 162 32 161 0 0.80 0.01 0.36 300.46 0.67 0.38
Hex A2 20 A1 0 50 1 24 12C 43 26
Octal 242 40 241 0 120 1 44 454 103 46
Binary 10100010 100000 10100001 0 1010000 1 100100 100101100 1000011 100110

Color Harmonies of #A220A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A220A1

Black with #A220A1

Text Example


Text Example

White with #A220A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A220A1; }

 p { color: rgb(162,32,161); }

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

background-color css

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

 a { background-color: rgb(162,32,161); }

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

border-color css

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

 span { border-color: rgb(162,32,161); }

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