Html Css Color HEX #A011AA Dark Magenta

📋 copy color: '#A011AA'

red 160 ◦ green 17 ◦ blue 170

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

Shades of Dark Magenta #A011AA

Tints of Dark Magenta #A011AA

RGB

 RED value IS 160 (62.89% from 255) = 46.11%

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

 BLUE value IS 170 (66.8% from 255) = 48.99%

R = 46.11%
G = 4.9%
B = 48.99%

CMYK

 C value IS 0.06

 M value IS 0.9

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A011AA (or 0xA011AA) is known color: Dark Magenta. HEX triplet: A0, 11 and AA. RGB value is (160,17,170). Sum of RGB (Red+Green+Blue) = 160+17+170=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 17 (7.03% from 255 or 4.90% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #A011AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A011AA is #5FEE55. Grayscale: #4C4C4C. Windows color (decimal): -6286934 or 11145632. OLE color: 11145632.

HSL color Cylindrical-coordinate representation of color #A011AA: hue angle of 296.08º 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 #A011AA is Cyan = 0.06, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 17 170 -
CMYK 0.06 0.9 0 0.33
HSL 296.08º 0.82% 0.37% -
HSV(B) 296.08º 0.9% 0.67% -
XYZ 21.95 10.78 38.95 -
YUV 77.2 180.38 187.06 -
System Red Green Blue C M Y K H S L
Decimal 160 17 170 0.06 0.9 0 0.33 296.08 0.82 0.37
Hex A0 11 AA 6 5A 0 21 128 52 25
Octal 240 21 252 6 132 0 41 450 122 45
Binary 10100000 10001 10101010 110 1011010 0 100001 100101000 1010010 100101

Color Harmonies of #A011AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A011AA

Black with #A011AA

Text Example


Text Example

White with #A011AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A011AA; }

 p { color: rgb(160,17,170); }

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

background-color css

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

 a { background-color: rgb(160,17,170); }

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

border-color css

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

 span { border-color: rgb(160,17,170); }

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