#AA63FA

Color #AA63FA Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #AA63FA

Tints of Medium Purple #AA63FA

Color information

#AA63FA (or 0xAA63FA) is unknown color: approx Medium Purple. HEX triplet: AA, 63 and FA. RGB value is (170,99,250). Sum of RGB (Red+Green+Blue) = 170+99+250=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 99 (39.06% from 255 or 19.08% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA63FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA63FA is #559C05. Grayscale: #888888. Windows color (decimal): -5610502 or 16409514. OLE color: 16409514.

HSL color Cylindrical-coordinate representation of color #AA63FA: hue angle of 268.21º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA63FA is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17099250-
CMYK0.320.6000.02
HSL268.21º93.79%68.43%-
HSV(B)268.21º60.4%98.04%-
XYZ38.2924.3793.13-
YUV137.44191.52151.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.76%
GREEN value IS 99 (39.06% from 255) = 19.08%
BLUE value IS 250 (98.05% from 255) = 48.17%
R=32.76%
G=19.08%
B=48.17%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal170992500.320.6000.02268.2193.7968.43
HexAA63FA203C0210c5e44
Octal252143372407402414136104
Binary1010101011000111111101010000011110001010000110010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA63FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA63FA; }

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

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

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

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

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

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

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

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