#AA63C9

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

Shades of Amethyst #AA63C9

Tints of Amethyst #AA63C9

Color information

#AA63C9 (or 0xAA63C9) is unknown color: approx Amethyst. HEX triplet: AA, 63 and C9. RGB value is (170,99,201). Sum of RGB (Red+Green+Blue) = 170+99+201=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 99 (39.06% from 255 or 21.06% from 470); Blue value is 201 (78.91% from 255 or 42.77% from 470); Max value from RGB is 201 - color contains mainly: blue. Hex color #AA63C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA63C9 is #559C36. Grayscale: #838383. Windows color (decimal): -5610551 or 13198250. OLE color: 13198250.

HSL color Cylindrical-coordinate representation of color #AA63C9: hue angle of 281.76º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA63C9 is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17099201-
CMYK0.150.5100.21
HSL281.76º48.57%58.82%-
HSV(B)281.76º50.75%78.82%-
XYZ31.5821.6957.78-
YUV131.86167.02155.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.17%
GREEN value IS 99 (39.06% from 255) = 21.06%
BLUE value IS 201 (78.91% from 255) = 42.77%
R=36.17%
G=21.06%
B=42.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal170992010.150.5100.21281.7648.5758.82
HexAA63C9F3301511a313b
Octal25214331117630254326173
Binary101010101100011110010011111110011010101100011010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA63C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA63C9; }

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

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

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

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

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

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

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

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