#AA63C7

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

Shades of Amethyst #AA63C7

Tints of Amethyst #AA63C7

Color information

#AA63C7 (or 0xAA63C7) is unknown color: approx Amethyst. HEX triplet: AA, 63 and C7. RGB value is (170,99,199). Sum of RGB (Red+Green+Blue) = 170+99+199=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 99 (39.06% from 255 or 21.15% from 468); Blue value is 199 (78.12% from 255 or 42.52% from 468); Max value from RGB is 199 - color contains mainly: blue. Hex color #AA63C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA63C7 is #559C38. Grayscale: #838383. Windows color (decimal): -5610553 or 13067178. OLE color: 13067178.

HSL color Cylindrical-coordinate representation of color #AA63C7: hue angle of 282.6º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA63C7 is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17099199-
CMYK0.150.5000.22
HSL282.6º47.17%58.43%-
HSV(B)282.6º50.25%78.04%-
XYZ31.3521.5956.55-
YUV131.63166.02155.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.32%
GREEN value IS 99 (39.06% from 255) = 21.15%
BLUE value IS 199 (78.12% from 255) = 42.52%
R=36.32%
G=21.15%
B=42.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal170991990.150.5000.22282.647.1758.43
HexAA63C7F3201611b2f3a
Octal25214330717620264335772
Binary101010101100011110001111111110010010110100011011101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA63C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA63C7; }

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

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

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

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

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

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

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

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