#AA63AD

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

Shades of Violet Blue #AA63AD

Tints of Violet Blue #AA63AD

Color information

#AA63AD (or 0xAA63AD) is unknown color: approx Violet Blue. HEX triplet: AA, 63 and AD. RGB value is (170,99,173). Sum of RGB (Red+Green+Blue) = 170+99+173=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 99 (39.06% from 255 or 22.40% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA63AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA63AD is #559C52. Grayscale: #808080. Windows color (decimal): -5610579 or 11363242. OLE color: 11363242.

HSL color Cylindrical-coordinate representation of color #AA63AD: hue angle of 297.57º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA63AD is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17099173-
CMYK0.020.4300.32
HSL297.57º31.09%53.33%-
HSV(B)297.57º42.77%67.84%-
XYZ28.5820.4941.98-
YUV128.66153.02157.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.46%
GREEN value IS 99 (39.06% from 255) = 22.40%
BLUE value IS 173 (67.97% from 255) = 39.14%
R=38.46%
G=22.40%
B=39.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal170991730.020.4300.32297.5731.0953.33
HexAA63AD22B02012a1f35
Octal2521432552530404523765
Binary1010101011000111010110110101011010000010010101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA63AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA63AD; }

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

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

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

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

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

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

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

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