#AE68DF

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

Shades of Amethyst #AE68DF

Tints of Amethyst #AE68DF

Color information

#AE68DF (or 0xAE68DF) is unknown color: approx Amethyst. HEX triplet: AE, 68 and DF. RGB value is (174,104,223). Sum of RGB (Red+Green+Blue) = 174+104+223=501 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.73% from 501); Green value is 104 (41.02% from 255 or 20.76% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE68DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE68DF is #519720. Grayscale: #8A8A8A. Windows color (decimal): -5347105 or 14641326. OLE color: 14641326.

HSL color Cylindrical-coordinate representation of color #AE68DF: hue angle of 275.29º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AE68DF is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB174104223-
CMYK0.220.5300.13
HSL275.29º65.03%64.12%-
HSV(B)275.29º53.36%87.45%-
XYZ35.7324.2372.61-
YUV138.5175.69153.32-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.73%
GREEN value IS 104 (41.02% from 255) = 20.76%
BLUE value IS 223 (87.5% from 255) = 44.51%
R=34.73%
G=20.76%
B=44.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741042230.220.5300.13275.2965.0364.12
HexAE68DF16350D1134140
Octal2561503372665015423101100
Binary10101110110100011011111101101101010110110001001110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE68DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE68DF; }

 p { color: rgb(174,104,223); }

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

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

 a { background-color: rgb(174,104,223); }

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

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

 span { border-color: rgb(174,104,223); }

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