#AA63AB

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

Shades of Violet Blue #AA63AB

Tints of Violet Blue #AA63AB

Color information

#AA63AB (or 0xAA63AB) is unknown color: approx Violet Blue. HEX triplet: AA, 63 and AB. RGB value is (170,99,171). Sum of RGB (Red+Green+Blue) = 170+99+171=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 99 (39.06% from 255 or 22.5% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA63AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA63AB is #559C54. Grayscale: #808080. Windows color (decimal): -5610581 or 11232170. OLE color: 11232170.

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

Color convert

RGB17099171-
CMYK0.010.4200.33
HSL299.17º30%52.94%-
HSV(B)299.17º42.11%67.06%-
XYZ28.3920.4140.97-
YUV128.44152.02157.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.64%
GREEN value IS 99 (39.06% from 255) = 22.5%
BLUE value IS 171 (67.19% from 255) = 38.86%
R=38.64%
G=22.5%
B=38.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170991710.010.4200.33299.173052.94
HexAA63AB12A02112b1e35
Octal2521432531520414533665
Binary101010101100011101010111101010010000110010101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA63AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA63AB; }

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

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

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

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

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

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

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

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