#AA6399

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

Shades of Violet Blue #AA6399

Tints of Violet Blue #AA6399

Color information

#AA6399 (or 0xAA6399) is unknown color: approx Violet Blue. HEX triplet: AA, 63 and 99. RGB value is (170,99,153). Sum of RGB (Red+Green+Blue) = 170+99+153=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 99 (39.06% from 255 or 23.46% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6399 is #559C66. Grayscale: #7E7E7E. Windows color (decimal): -5610599 or 10052522. OLE color: 10052522.

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

Color convert

RGB17099153-
CMYK00.420.10.33
HSL314.37º29.46%52.75%-
HSV(B)314.37º41.76%66.67%-
XYZ26.7919.7732.54-
YUV126.38143.02159.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.28%
GREEN value IS 99 (39.06% from 255) = 23.46%
BLUE value IS 153 (60.16% from 255) = 36.26%
R=40.28%
G=23.46%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709915300.420.10.33314.3729.4652.75
HexAA639902AA2113a1d35
Octal25214323105212414723565
Binary101010101100011100110010101010101010000110011101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6399; }

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

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

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

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

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

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

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

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