Html Css Color HEX #A611AA Dark Magenta

📋 copy color: '#A611AA'

red 166 ◦ green 17 ◦ blue 170

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

Shades of Dark Magenta #A611AA

Tints of Dark Magenta #A611AA

RGB

 RED value IS 166 (65.23% from 255) = 47.03%

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

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

R = 47.03%
G = 4.82%
B = 48.16%

CMYK

 C value IS 0.02

 M value IS 0.9

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A611AA (or 0xA611AA) is known color: Dark Magenta. HEX triplet: A6, 11 and AA. RGB value is (166,17,170). Sum of RGB (Red+Green+Blue) = 166+17+170=353 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.03% from 353); Green value is 17 (7.03% from 255 or 4.82% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 170 - color contains mainly: blue. Hex color #A611AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A611AA is #59EE55. Grayscale: #4E4E4E. Windows color (decimal): -5893718 or 11145638. OLE color: 11145638.

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

Color convert

RGB 166 17 170 -
CMYK 0.02 0.9 0 0.33
HSL 298.43º 0.82% 0.37% -
HSV(B) 298.43º 0.9% 0.67% -
XYZ 23.18 11.41 39.01 -
YUV 78.99 179.36 190.06 -
System Red Green Blue C M Y K H S L
Decimal 166 17 170 0.02 0.9 0 0.33 298.43 0.82 0.37
Hex A6 11 AA 2 5A 0 21 12A 52 25
Octal 246 21 252 2 132 0 41 452 122 45
Binary 10100110 10001 10101010 10 1011010 0 100001 100101010 1010010 100101

Color Harmonies of #A611AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A611AA

Black with #A611AA

Text Example


Text Example

White with #A611AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A611AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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