#AA6699

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

Shades of Violet Blue #AA6699

Tints of Violet Blue #AA6699

Color information

#AA6699 (or 0xAA6699) is unknown color: approx Violet Blue. HEX triplet: AA, 66 and 99. RGB value is (170,102,153). Sum of RGB (Red+Green+Blue) = 170+102+153=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 102 (40.23% from 255 or 24% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6699 is #559966. Grayscale: #808080. Windows color (decimal): -5609831 or 10053290. OLE color: 10053290.

HSL color Cylindrical-coordinate representation of color #AA6699: hue angle of 315º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA6699 is Cyan = 0, Magento = 0.4, Yellow = 0.1 and Black (K on CMYK) = 0.33.

Color convert

RGB170102153-
CMYK00.40.10.33
HSL315º28.57%53.33%-
HSV(B)315º40%66.67%-
XYZ27.0820.3532.64-
YUV128.15142.03157.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40%
GREEN value IS 102 (40.23% from 255) = 24%
BLUE value IS 153 (60.16% from 255) = 36%
R=40%
G=24%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010215300.40.10.3331528.5753.33
HexAA6699028A2113b1d35
Octal25214623105012414733565
Binary101010101100110100110010101000101010000110011101111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6699; }

 p { color: rgb(170,102,153); }

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

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

 a { background-color: rgb(170,102,153); }

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

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

 span { border-color: rgb(170,102,153); }

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