#AA63AF

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

Shades of Violet Blue #AA63AF

Tints of Violet Blue #AA63AF

Color information

#AA63AF (or 0xAA63AF) is unknown color: approx Violet Blue. HEX triplet: AA, 63 and AF. RGB value is (170,99,175). Sum of RGB (Red+Green+Blue) = 170+99+175=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 99 (39.06% from 255 or 22.30% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA63AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA63AF is #559C50. Grayscale: #808080. Windows color (decimal): -5610577 or 11494314. OLE color: 11494314.

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

Color convert

RGB17099175-
CMYK0.030.4300.31
HSL296.05º32.2%53.73%-
HSV(B)296.05º43.43%68.63%-
XYZ28.7820.5643.01-
YUV128.89154.02157.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.29%
GREEN value IS 99 (39.06% from 255) = 22.30%
BLUE value IS 175 (68.75% from 255) = 39.41%
R=38.29%
G=22.30%
B=39.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170991750.030.4300.31296.0532.253.73
HexAA63AF32B01F1282036
Octal2521432573530374504066
Binary1010101011000111010111111101011011111100101000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA63AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA63AF; }

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

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

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

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

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

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

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

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