Html Css Color HEX #A011AC Dark Magenta

📋 copy color: '#A011AC'

red 160 ◦ green 17 ◦ blue 172

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

Shades of Dark Magenta #A011AC

Tints of Dark Magenta #A011AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49.28%

R = 45.85%
G = 4.87%
B = 49.28%

CMYK

 C value IS 0.07

 M value IS 0.90

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A011AC (or 0xA011AC) is known color: Dark Magenta. HEX triplet: A0, 11 and AC. RGB value is (160,17,172). Sum of RGB (Red+Green+Blue) = 160+17+172=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 17 (7.03% from 255 or 4.87% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #A011AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A011AC is #5FEE53. Grayscale: #4C4C4C. Windows color (decimal): -6286932 or 11276704. OLE color: 11276704.

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

Color convert

RGB 160 17 172 -
CMYK 0.07 0.90 0 0.33
HSL 295.35º 0.82% 0.37% -
HSV(B) 295.35º 0.9% 0.67% -
XYZ 22.14 10.85 39.96 -
YUV 77.43 181.38 186.9 -
System Red Green Blue C M Y K H S L
Decimal 160 17 172 0.07 0.90 0 0.33 295.35 0.82 0.37
Hex A0 11 AC 7 5A 0 21 127 52 25
Octal 240 21 254 7 132 0 41 447 122 45
Binary 10100000 10001 10101100 111 1011010 0 100001 100100111 1010010 100101

Color Harmonies of #A011AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A011AC

Black with #A011AC

Text Example


Text Example

White with #A011AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A011AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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