#AA68CB

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

Shades of Amethyst #AA68CB

Tints of Amethyst #AA68CB

Color information

#AA68CB (or 0xAA68CB) is unknown color: approx Amethyst. HEX triplet: AA, 68 and CB. RGB value is (170,104,203). Sum of RGB (Red+Green+Blue) = 170+104+203=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 104 (41.02% from 255 or 21.80% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA68CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA68CB is #559734. Grayscale: #868686. Windows color (decimal): -5609269 or 13330602. OLE color: 13330602.

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

Color convert

RGB170104203-
CMYK0.160.4900.20
HSL280º48.77%60.2%-
HSV(B)280º48.77%79.61%-
XYZ32.3122.7659.19-
YUV135.02166.37152.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.64%
GREEN value IS 104 (41.02% from 255) = 21.80%
BLUE value IS 203 (79.69% from 255) = 42.56%
R=35.64%
G=21.80%
B=42.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701042030.160.4900.2028048.7760.2
HexAA68CB1031014118313c
Octal25215031320610244306174
Binary1010101011010001100101110000110001010100100011000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA68CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA68CB; }

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

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

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

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

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

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

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

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