#AA6CB5

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

Shades of Violet Blue #AA6CB5

Tints of Violet Blue #AA6CB5

Color information

#AA6CB5 (or 0xAA6CB5) is unknown color: approx Violet Blue. HEX triplet: AA, 6C and B5. RGB value is (170,108,181). Sum of RGB (Red+Green+Blue) = 170+108+181=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 108 (42.58% from 255 or 23.53% from 459); Blue value is 181 (71.09% from 255 or 39.43% from 459); Max value from RGB is 181 - color contains mainly: blue. Hex color #AA6CB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6CB5 is #55934A. Grayscale: #868686. Windows color (decimal): -5608267 or 11889834. OLE color: 11889834.

HSL color Cylindrical-coordinate representation of color #AA6CB5: hue angle of 290.96º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA6CB5 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB170108181-
CMYK0.060.4000.29
HSL290.96º33.03%56.67%-
HSV(B)290.96º40.33%70.98%-
XYZ30.2822.6146.48-
YUV134.86154.04153.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.04%
GREEN value IS 108 (42.58% from 255) = 23.53%
BLUE value IS 181 (71.09% from 255) = 39.43%
R=37.04%
G=23.53%
B=39.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701081810.060.4000.29290.9633.0356.67
HexAA6CB562801D1232139
Octal2521542656500354434171
Binary10101010110110010110101110101000011101100100011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6CB5; }

 p { color: rgb(170,108,181); }

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

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

 a { background-color: rgb(170,108,181); }

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

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

 span { border-color: rgb(170,108,181); }

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