#AA6CB1

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

Shades of Violet Blue #AA6CB1

Tints of Violet Blue #AA6CB1

Color information

#AA6CB1 (or 0xAA6CB1) is unknown color: approx Violet Blue. HEX triplet: AA, 6C and B1. RGB value is (170,108,177). Sum of RGB (Red+Green+Blue) = 170+108+177=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 108 (42.58% from 255 or 23.74% from 455); Blue value is 177 (69.53% from 255 or 38.90% from 455); Max value from RGB is 177 - color contains mainly: blue. Hex color #AA6CB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6CB1 is #55934E. Grayscale: #868686. Windows color (decimal): -5608271 or 11627690. OLE color: 11627690.

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

Color convert

RGB170108177-
CMYK0.040.3900.31
HSL293.91º30.67%55.88%-
HSV(B)293.91º38.98%69.41%-
XYZ29.8822.4544.35-
YUV134.4152.04153.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.36%
GREEN value IS 108 (42.58% from 255) = 23.74%
BLUE value IS 177 (69.53% from 255) = 38.90%
R=37.36%
G=23.74%
B=38.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701081770.040.3900.31293.9130.6755.88
HexAA6CB142701F1261f38
Octal2521542614470374463770
Binary1010101011011001011000110010011101111110010011011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6CB1; }

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

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

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

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

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

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

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

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