Html Css Color HEX #A211AB Dark Magenta

📋 copy color: '#A211AB'

red 162 ◦ green 17 ◦ blue 171

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

Shades of Dark Magenta #A211AB

Tints of Dark Magenta #A211AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.86%

R = 46.29%
G = 4.86%
B = 48.86%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A211AB (or 0xA211AB) is known color: Dark Magenta. HEX triplet: A2, 11 and AB. RGB value is (162,17,171). Sum of RGB (Red+Green+Blue) = 162+17+171=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 17 (7.03% from 255 or 4.86% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #A211AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A211AB is #5DEE54. Grayscale: #4D4D4D. Windows color (decimal): -6155861 or 11211170. OLE color: 11211170.

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

Color convert

RGB 162 17 171 -
CMYK 0.05 0.90 0 0.33
HSL 296.49º 0.82% 0.37% -
HSV(B) 296.49º 0.9% 0.67% -
XYZ 22.45 11.02 39.47 -
YUV 77.91 180.54 187.98 -
System Red Green Blue C M Y K H S L
Decimal 162 17 171 0.05 0.90 0 0.33 296.49 0.82 0.37
Hex A2 11 AB 5 5A 0 21 128 52 25
Octal 242 21 253 5 132 0 41 450 122 45
Binary 10100010 10001 10101011 101 1011010 0 100001 100101000 1010010 100101

Color Harmonies of #A211AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A211AB

Black with #A211AB

Text Example


Text Example

White with #A211AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A211AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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