Html Css Color HEX #A611AB Dark Magenta

📋 copy color: '#A611AB'

red 166 ◦ green 17 ◦ blue 171

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

Shades of Dark Magenta #A611AB

Tints of Dark Magenta #A611AB

RGB

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

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

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

R = 46.89%
G = 4.8%
B = 48.31%

CMYK

 C value IS 0.03

 M value IS 0.90

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A611AB (or 0xA611AB) is known color: Dark Magenta. HEX triplet: A6, 11 and AB. RGB value is (166,17,171). Sum of RGB (Red+Green+Blue) = 166+17+171=354 (46% of max value = 765). Red value is 166 (65.23% from 255 or 46.89% from 354); Green value is 17 (7.03% from 255 or 4.80% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #A611AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A611AB is #59EE54. Grayscale: #4E4E4E. Windows color (decimal): -5893717 or 11211174. OLE color: 11211174.

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

Color convert

RGB 166 17 171 -
CMYK 0.03 0.90 0 0.33
HSL 298.05º 0.82% 0.37% -
HSV(B) 298.05º 0.9% 0.67% -
XYZ 23.28 11.45 39.51 -
YUV 79.11 179.86 189.98 -
System Red Green Blue C M Y K H S L
Decimal 166 17 171 0.03 0.90 0 0.33 298.05 0.82 0.37
Hex A6 11 AB 3 5A 0 21 12A 52 25
Octal 246 21 253 3 132 0 41 452 122 45
Binary 10100110 10001 10101011 11 1011010 0 100001 100101010 1010010 100101

Color Harmonies of #A611AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A611AB

Black with #A611AB

Text Example


Text Example

White with #A611AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A611AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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