#AA63A0

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

Shades of Violet Blue #AA63A0

Tints of Violet Blue #AA63A0

Color information

#AA63A0 (or 0xAA63A0) is unknown color: approx Violet Blue. HEX triplet: AA, 63 and A0. RGB value is (170,99,160). Sum of RGB (Red+Green+Blue) = 170+99+160=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 99 (39.06% from 255 or 23.08% from 429); Blue value is 160 (62.89% from 255 or 37.30% from 429); Max value from RGB is 170 - color contains mainly: red. Hex color #AA63A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA63A0 is #559C5F. Grayscale: #7F7F7F. Windows color (decimal): -5610592 or 10511274. OLE color: 10511274.

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

Color convert

RGB17099160-
CMYK00.420.060.33
HSL308.45º29.46%52.75%-
HSV(B)308.45º41.76%66.67%-
XYZ27.3820.0135.68-
YUV127.18146.52158.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.63%
GREEN value IS 99 (39.06% from 255) = 23.08%
BLUE value IS 160 (62.89% from 255) = 37.30%
R=39.63%
G=23.08%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709916000.420.060.33308.4529.4652.75
HexAA63A002A6211341d35
Octal2521432400526414643565
Binary10101010110001110100000010101011010000110011010011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA63A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA63A0; }

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

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

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

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

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

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

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

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