#AA63D1

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

Shades of Amethyst #AA63D1

Tints of Amethyst #AA63D1

Color information

#AA63D1 (or 0xAA63D1) is unknown color: approx Amethyst. HEX triplet: AA, 63 and D1. RGB value is (170,99,209). Sum of RGB (Red+Green+Blue) = 170+99+209=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 99 (39.06% from 255 or 20.71% from 478); Blue value is 209 (82.03% from 255 or 43.72% from 478); Max value from RGB is 209 - color contains mainly: blue. Hex color #AA63D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA63D1 is #559C2E. Grayscale: #848484. Windows color (decimal): -5610543 or 13722538. OLE color: 13722538.

HSL color Cylindrical-coordinate representation of color #AA63D1: hue angle of 278.73º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA63D1 is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB17099209-
CMYK0.190.5300.18
HSL278.73º54.46%60.39%-
HSV(B)278.73º52.63%81.96%-
XYZ32.5522.0762.87-
YUV132.77171.02154.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.56%
GREEN value IS 99 (39.06% from 255) = 20.71%
BLUE value IS 209 (82.03% from 255) = 43.72%
R=35.56%
G=20.71%
B=43.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal170992090.190.5300.18278.7354.4660.39
HexAA63D11335012117363c
Octal25214332123650224276674
Binary1010101011000111101000110011110101010010100010111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA63D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA63D1; }

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

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

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

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

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

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

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

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