#AA11BB

Color #AA11BB Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #AA11BB

Tints of Dark Violet #AA11BB

Color information

#AA11BB (or 0xAA11BB) is unknown color: approx Dark Violet. HEX triplet: AA, 11 and BB. RGB value is (170,17,187). Sum of RGB (Red+Green+Blue) = 170+17+187=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 17 (7.03% from 255 or 4.55% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA11BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA11BB is #55EE44. Grayscale: #515151. Windows color (decimal): -5631557 or 12259754. OLE color: 12259754.

HSL color Cylindrical-coordinate representation of color #AA11BB: hue angle of 294º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA11BB is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17017187-
CMYK0.090.9100.27
HSL294º83.33%40%-
HSV(B)294º90.91%73.33%-
XYZ25.7512.5348.08-
YUV82.13187.19190.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.45%
GREEN value IS 17 (7.03% from 255) = 4.55%
BLUE value IS 187 (73.44% from 255) = 50%
R=45.45%
G=4.55%
B=50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal170171870.090.9100.2729483.3340
HexAA11BB95B01B1265328
Octal252212731113303344612350
Binary101010101000110111011100110110110110111001001101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA11BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA11BB; }

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

 H1.HeaderClassName
 {
   color: #AA11BB;
 }
 .AnyTagClassName
 {
   color: #AA11BB;
 }
</style>
background-color css

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

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

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

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

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

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