#AA63A5

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

Shades of Violet Blue #AA63A5

Tints of Violet Blue #AA63A5

Color information

#AA63A5 (or 0xAA63A5) is unknown color: approx Violet Blue. HEX triplet: AA, 63 and A5. RGB value is (170,99,165). Sum of RGB (Red+Green+Blue) = 170+99+165=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 99 (39.06% from 255 or 22.81% from 434); Blue value is 165 (64.84% from 255 or 38.02% from 434); Max value from RGB is 170 - color contains mainly: red. Hex color #AA63A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA63A5 is #559C5A. Grayscale: #7F7F7F. Windows color (decimal): -5610587 or 10838954. OLE color: 10838954.

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

Color convert

RGB17099165-
CMYK00.420.030.33
HSL304.23º29.46%52.75%-
HSV(B)304.23º41.76%66.67%-
XYZ27.8320.1938.03-
YUV127.75149.02158.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.17%
GREEN value IS 99 (39.06% from 255) = 22.81%
BLUE value IS 165 (64.84% from 255) = 38.02%
R=39.17%
G=22.81%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709916500.420.030.33304.2329.4652.75
HexAA63A502A3211301d35
Octal2521432450523414603565
Binary1010101011000111010010101010101110000110011000011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA63A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA63A5; }

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

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

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

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

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

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

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

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