Html Css Color HEX #A211A3 Dark Magenta

📋 copy color: '#A211A3'

red 162 ◦ green 17 ◦ blue 163

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

Shades of Dark Magenta #A211A3

Tints of Dark Magenta #A211A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 47.66%

R = 47.37%
G = 4.97%
B = 47.66%

CMYK

 C value IS 0.01

 M value IS 0.90

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A211A3 (or 0xA211A3) is known color: Dark Magenta. HEX triplet: A2, 11 and A3. RGB value is (162,17,163). Sum of RGB (Red+Green+Blue) = 162+17+163=342 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.37% from 342); Green value is 17 (7.03% from 255 or 4.97% from 342); Blue value is 163 (64.06% from 255 or 47.66% from 342); Max value from RGB is 163 - color contains mainly: blue. Hex color #A211A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A211A3 is #5DEE5C. Grayscale: #4C4C4C. Windows color (decimal): -6155869 or 10686882. OLE color: 10686882.

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

Color convert

RGB 162 17 163 -
CMYK 0.01 0.90 0 0.36
HSL 299.59º 0.81% 0.35% -
HSV(B) 299.59º 0.9% 0.64% -
XYZ 21.71 10.73 35.58 -
YUV 77 176.54 188.63 -
System Red Green Blue C M Y K H S L
Decimal 162 17 163 0.01 0.90 0 0.36 299.59 0.81 0.35
Hex A2 11 A3 1 5A 0 24 12C 51 23
Octal 242 21 243 1 132 0 44 454 121 43
Binary 10100010 10001 10100011 1 1011010 0 100100 100101100 1010001 100011

Color Harmonies of #A211A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A211A3

Black with #A211A3

Text Example


Text Example

White with #A211A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A211A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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