#aa0bbf

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

Shades of Dark Violet #AA0BBF

Tints of Dark Violet #AA0BBF

Color information

#AA0BBF (or 0xAA0BBF) is unknown color: approx Dark Violet. HEX triplet: AA, 0B and BF. RGB value is (170,11,191). Sum of RGB (Red+Green+Blue) = 170+11+191=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 11 (4.69% from 255 or 2.96% from 372); Blue value is 191 (75% from 255 or 51.34% from 372); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA0BBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0BBF is #55F440. Grayscale: #4E4E4E. Windows color (decimal): -5633089 or 12520362. OLE color: 12520362.

HSL color Cylindrical-coordinate representation of color #AA0BBF: hue angle of 293º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0BBF is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17011191-
CMYK0.110.9400.25
HSL293º89.11%39.61%-
HSV(B)293º94.24%74.9%-
XYZ26.112.5550.34-
YUV79.06191.18192.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.70%
GREEN value IS 11 (4.69% from 255) = 2.96%
BLUE value IS 191 (75% from 255) = 51.34%
R=45.70%
G=2.96%
B=51.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal170111910.110.9400.2529389.1139.61
HexAABBFB5E0191255928
Octal252132771313603144513150
Binary10101010101110111111101110111100110011001001011011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa0bbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa0bbf; }

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

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

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

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

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

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

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

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