#AA63CB

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

Shades of Amethyst #AA63CB

Tints of Amethyst #AA63CB

Color information

#AA63CB (or 0xAA63CB) is unknown color: approx Amethyst. HEX triplet: AA, 63 and CB. RGB value is (170,99,203). Sum of RGB (Red+Green+Blue) = 170+99+203=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 99 (39.06% from 255 or 20.97% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA63CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA63CB is #559C34. Grayscale: #838383. Windows color (decimal): -5610549 or 13329322. OLE color: 13329322.

HSL color Cylindrical-coordinate representation of color #AA63CB: hue angle of 280.96º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA63CB is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17099203-
CMYK0.160.5100.20
HSL280.96º50%59.22%-
HSV(B)280.96º51.23%79.61%-
XYZ31.8221.7859.03-
YUV132.08168.02155.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.02%
GREEN value IS 99 (39.06% from 255) = 20.97%
BLUE value IS 203 (79.69% from 255) = 43.01%
R=36.02%
G=20.97%
B=43.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal170992030.160.5100.20280.965059.22
HexAA63CB1033014119323b
Octal25214331320630244316273
Binary1010101011000111100101110000110011010100100011001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA63CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA63CB; }

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

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

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

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

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

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

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

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