#AA63A9

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

Shades of Violet Blue #AA63A9

Tints of Violet Blue #AA63A9

Color information

#AA63A9 (or 0xAA63A9) is unknown color: approx Violet Blue. HEX triplet: AA, 63 and A9. RGB value is (170,99,169). Sum of RGB (Red+Green+Blue) = 170+99+169=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 99 (39.06% from 255 or 22.60% from 438); Blue value is 169 (66.41% from 255 or 38.58% from 438); Max value from RGB is 170 - color contains mainly: red. Hex color #AA63A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA63A9 is #559C56. Grayscale: #808080. Windows color (decimal): -5610583 or 11101098. OLE color: 11101098.

HSL color Cylindrical-coordinate representation of color #AA63A9: hue angle of 300.85º 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 #AA63A9 is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB17099169-
CMYK00.420.010.33
HSL300.85º29.46%52.75%-
HSV(B)300.85º41.76%66.67%-
XYZ28.220.3339.97-
YUV128.21151.02157.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.81%
GREEN value IS 99 (39.06% from 255) = 22.60%
BLUE value IS 169 (66.41% from 255) = 38.58%
R=38.81%
G=22.60%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709916900.420.010.33300.8529.4652.75
HexAA63A902A12112d1d35
Octal2521432510521414553565
Binary101010101100011101010010101010110000110010110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA63A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA63A9; }

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

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

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

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

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

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

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

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