#AA68C8

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

Shades of Amethyst #AA68C8

Tints of Amethyst #AA68C8

Color information

#AA68C8 (or 0xAA68C8) is unknown color: approx Amethyst. HEX triplet: AA, 68 and C8. RGB value is (170,104,200). Sum of RGB (Red+Green+Blue) = 170+104+200=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 104 (41.02% from 255 or 21.94% from 474); Blue value is 200 (78.52% from 255 or 42.19% from 474); Max value from RGB is 200 - color contains mainly: blue. Hex color #AA68C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA68C8 is #559737. Grayscale: #868686. Windows color (decimal): -5609272 or 13133994. OLE color: 13133994.

HSL color Cylindrical-coordinate representation of color #AA68C8: hue angle of 281.25º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA68C8 is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB170104200-
CMYK0.150.4800.22
HSL281.25º46.6%59.61%-
HSV(B)281.25º48%78.43%-
XYZ31.9522.6257.32-
YUV134.68164.87153.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.86%
GREEN value IS 104 (41.02% from 255) = 21.94%
BLUE value IS 200 (78.52% from 255) = 42.19%
R=35.86%
G=21.94%
B=42.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1701042000.150.4800.22281.2546.659.61
HexAA68C8F300161192f3c
Octal25215031017600264315774
Binary101010101101000110010001111110000010110100011001101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA68C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA68C8; }

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

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

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

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

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

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

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

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