#AA6FB0

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

Shades of Violet Blue #AA6FB0

Tints of Violet Blue #AA6FB0

Color information

#AA6FB0 (or 0xAA6FB0) is unknown color: approx Violet Blue. HEX triplet: AA, 6F and B0. RGB value is (170,111,176). Sum of RGB (Red+Green+Blue) = 170+111+176=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 111 (43.75% from 255 or 24.29% from 457); Blue value is 176 (69.14% from 255 or 38.51% from 457); Max value from RGB is 176 - color contains mainly: blue. Hex color #AA6FB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6FB0 is #55904F. Grayscale: #878787. Windows color (decimal): -5607504 or 11562922. OLE color: 11562922.

HSL color Cylindrical-coordinate representation of color #AA6FB0: hue angle of 294.46º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA6FB0 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB170111176-
CMYK0.030.3700.31
HSL294.46º29.15%56.27%-
HSV(B)294.46º36.93%69.02%-
XYZ30.123.0543.94-
YUV136.05150.55152.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.20%
GREEN value IS 111 (43.75% from 255) = 24.29%
BLUE value IS 176 (69.14% from 255) = 38.51%
R=37.20%
G=24.29%
B=38.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701111760.030.3700.31294.4629.1556.27
HexAA6FB032501F1261d38
Octal2521572603450374463570
Binary101010101101111101100001110010101111110010011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6FB0; }

 p { color: rgb(170,111,176); }

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

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

 a { background-color: rgb(170,111,176); }

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

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

 span { border-color: rgb(170,111,176); }

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