Html Css Color HEX #A211AE Dark Magenta

📋 copy color: '#A211AE'

red 162 ◦ green 17 ◦ blue 174

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

Shades of Dark Magenta #A211AE

Tints of Dark Magenta #A211AE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.82%

 BLUE value IS 174 (68.36% from 255) = 49.29%

R = 45.89%
G = 4.82%
B = 49.29%

CMYK

 C value IS 0.07

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A211AE (or 0xA211AE) is known color: Dark Magenta. HEX triplet: A2, 11 and AE. RGB value is (162,17,174). Sum of RGB (Red+Green+Blue) = 162+17+174=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 17 (7.03% from 255 or 4.82% from 353); Blue value is 174 (68.36% from 255 or 49.29% from 353); Max value from RGB is 174 - color contains mainly: blue. Hex color #A211AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A211AE is #5DEE51. Grayscale: #4D4D4D. Windows color (decimal): -6155858 or 11407778. OLE color: 11407778.

HSL color Cylindrical-coordinate representation of color #A211AE: hue angle of 295.41º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A211AE is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 162 17 174 -
CMYK 0.07 0.90 0 0.32
HSL 295.41º 0.82% 0.37% -
HSV(B) 295.41º 0.9% 0.68% -
XYZ 22.74 11.14 41 -
YUV 78.25 182.04 187.73 -
System Red Green Blue C M Y K H S L
Decimal 162 17 174 0.07 0.90 0 0.32 295.41 0.82 0.37
Hex A2 11 AE 7 5A 0 20 127 52 25
Octal 242 21 256 7 132 0 40 447 122 45
Binary 10100010 10001 10101110 111 1011010 0 100000 100100111 1010010 100101

Color Harmonies of #A211AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A211AE

Black with #A211AE

Text Example


Text Example

White with #A211AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A211AE; }

 p { color: rgb(162,17,174); }

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

background-color css

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

 a { background-color: rgb(162,17,174); }

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

border-color css

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

 span { border-color: rgb(162,17,174); }

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