#AA63A2

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

Shades of Violet Blue #AA63A2

Tints of Violet Blue #AA63A2

Color information

#AA63A2 (or 0xAA63A2) is unknown color: approx Violet Blue. HEX triplet: AA, 63 and A2. RGB value is (170,99,162). Sum of RGB (Red+Green+Blue) = 170+99+162=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 99 (39.06% from 255 or 22.97% from 431); Blue value is 162 (63.67% from 255 or 37.59% from 431); Max value from RGB is 170 - color contains mainly: red. Hex color #AA63A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA63A2 is #559C5D. Grayscale: #7F7F7F. Windows color (decimal): -5610590 or 10642346. OLE color: 10642346.

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

Color convert

RGB17099162-
CMYK00.420.050.33
HSL306.76º29.46%52.75%-
HSV(B)306.76º41.76%66.67%-
XYZ27.5620.0836.61-
YUV127.41147.52158.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.44%
GREEN value IS 99 (39.06% from 255) = 22.97%
BLUE value IS 162 (63.67% from 255) = 37.59%
R=39.44%
G=22.97%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709916200.420.050.33306.7629.4652.75
HexAA63A202A5211331d35
Octal2521432420525414633565
Binary10101010110001110100010010101010110000110011001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA63A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA63A2; }

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

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

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

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

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

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

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

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