#AA68CD

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

Shades of Amethyst #AA68CD

Tints of Amethyst #AA68CD

Color information

#AA68CD (or 0xAA68CD) is unknown color: approx Amethyst. HEX triplet: AA, 68 and CD. RGB value is (170,104,205). Sum of RGB (Red+Green+Blue) = 170+104+205=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 104 (41.02% from 255 or 21.71% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA68CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA68CD is #559732. Grayscale: #868686. Windows color (decimal): -5609267 or 13461674. OLE color: 13461674.

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

Color convert

RGB170104205-
CMYK0.170.4900.20
HSL279.21º50.25%60.59%-
HSV(B)279.21º49.27%80.39%-
XYZ32.5522.8560.45-
YUV135.25167.37152.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.49%
GREEN value IS 104 (41.02% from 255) = 21.71%
BLUE value IS 205 (80.47% from 255) = 42.80%
R=35.49%
G=21.71%
B=42.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701042050.170.4900.20279.2150.2560.59
HexAA68CD1131014117323d
Octal25215031521610244276275
Binary1010101011010001100110110001110001010100100010111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA68CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA68CD; }

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

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

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

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

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

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

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

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