#AA64CB

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

Shades of Amethyst #AA64CB

Tints of Amethyst #AA64CB

Color information

#AA64CB (or 0xAA64CB) is unknown color: approx Amethyst. HEX triplet: AA, 64 and CB. RGB value is (170,100,203). Sum of RGB (Red+Green+Blue) = 170+100+203=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 100 (39.45% from 255 or 21.14% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA64CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA64CB is #559B34. Grayscale: #848484. Windows color (decimal): -5610293 or 13329578. OLE color: 13329578.

HSL color Cylindrical-coordinate representation of color #AA64CB: hue angle of 280.78º 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 #AA64CB is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB170100203-
CMYK0.160.5100.20
HSL280.78º49.76%59.41%-
HSV(B)280.78º50.74%79.61%-
XYZ31.9121.9759.06-
YUV132.67167.69154.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.94%
GREEN value IS 100 (39.45% from 255) = 21.14%
BLUE value IS 203 (79.69% from 255) = 42.92%
R=35.94%
G=21.14%
B=42.92%

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
Decimal1701002030.160.5100.20280.7849.7659.41
HexAA64CB1033014119323b
Octal25214431320630244316273
Binary1010101011001001100101110000110011010100100011001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA64CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA64CB; }

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

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

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

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

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

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

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

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