#AA6C9D

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

Shades of Violet Blue #AA6C9D

Tints of Violet Blue #AA6C9D

Color information

#AA6C9D (or 0xAA6C9D) is unknown color: approx Violet Blue. HEX triplet: AA, 6C and 9D. RGB value is (170,108,157). Sum of RGB (Red+Green+Blue) = 170+108+157=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 108 (42.58% from 255 or 24.83% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6C9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6C9D is #559362. Grayscale: #838383. Windows color (decimal): -5608291 or 10316970. OLE color: 10316970.

HSL color Cylindrical-coordinate representation of color #AA6C9D: hue angle of 312.58º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA6C9D is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB170108157-
CMYK00.360.080.33
HSL312.58º26.72%54.51%-
HSV(B)312.58º36.47%66.67%-
XYZ28.0321.7134.61-
YUV132.12142.04155.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.08%
GREEN value IS 108 (42.58% from 255) = 24.83%
BLUE value IS 157 (61.72% from 255) = 36.09%
R=39.08%
G=24.83%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010815700.360.080.33312.5826.7254.51
HexAA6C9D0248211391b37
Octal25215423504410414713367
Binary101010101101100100111010100100100010000110011100111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6C9D; }

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

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

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

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

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

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

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

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