#AA0BB7

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

Shades of Dark Violet #AA0BB7

Tints of Dark Violet #AA0BB7

Color information

#AA0BB7 (or 0xAA0BB7) is unknown color: approx Dark Violet. HEX triplet: AA, 0B and B7. RGB value is (170,11,183). Sum of RGB (Red+Green+Blue) = 170+11+183=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 11 (4.69% from 255 or 3.02% from 364); Blue value is 183 (71.88% from 255 or 50.27% from 364); Max value from RGB is 183 - color contains mainly: blue. Hex color #AA0BB7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0BB7 is #55F448. Grayscale: #4D4D4D. Windows color (decimal): -5633097 or 11996074. OLE color: 11996074.

HSL color Cylindrical-coordinate representation of color #AA0BB7: hue angle of 295.47º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0BB7 is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17011183-
CMYK0.070.9400.28
HSL295.47º88.66%38.04%-
HSV(B)295.47º93.99%71.76%-
XYZ25.2412.245.82-
YUV78.15187.18193.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.70%
GREEN value IS 11 (4.69% from 255) = 3.02%
BLUE value IS 183 (71.88% from 255) = 50.27%
R=46.70%
G=3.02%
B=50.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal170111830.070.9400.28295.4788.6638.04
HexAABB775E01C1275926
Octal25213267713603444713146
Binary1010101010111011011111110111100111001001001111011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0BB7; }

 p { color: rgb(170,11,183); }

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

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

 a { background-color: rgb(170,11,183); }

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

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

 span { border-color: rgb(170,11,183); }

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