#AA63A4

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

Shades of Violet Blue #AA63A4

Tints of Violet Blue #AA63A4

Color information

#AA63A4 (or 0xAA63A4) is unknown color: approx Violet Blue. HEX triplet: AA, 63 and A4. RGB value is (170,99,164). Sum of RGB (Red+Green+Blue) = 170+99+164=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 99 (39.06% from 255 or 22.86% from 433); Blue value is 164 (64.45% from 255 or 37.88% from 433); Max value from RGB is 170 - color contains mainly: red. Hex color #AA63A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA63A4 is #559C5B. Grayscale: #7F7F7F. Windows color (decimal): -5610588 or 10773418. OLE color: 10773418.

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

Color convert

RGB17099164-
CMYK00.420.040.33
HSL305.07º29.46%52.75%-
HSV(B)305.07º41.76%66.67%-
XYZ27.7420.1537.55-
YUV127.64148.52158.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.26%
GREEN value IS 99 (39.06% from 255) = 22.86%
BLUE value IS 164 (64.45% from 255) = 37.88%
R=39.26%
G=22.86%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709916400.420.040.33305.0729.4652.75
HexAA63A402A4211311d35
Octal2521432440524414613565
Binary10101010110001110100100010101010010000110011000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA63A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA63A4; }

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

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

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

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

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

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

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

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