#AE68DD

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

Shades of Amethyst #AE68DD

Tints of Amethyst #AE68DD

Color information

#AE68DD (or 0xAE68DD) is unknown color: approx Amethyst. HEX triplet: AE, 68 and DD. RGB value is (174,104,221). Sum of RGB (Red+Green+Blue) = 174+104+221=499 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.87% from 499); Green value is 104 (41.02% from 255 or 20.84% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE68DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE68DD is #519722. Grayscale: #898989. Windows color (decimal): -5347107 or 14510254. OLE color: 14510254.

HSL color Cylindrical-coordinate representation of color #AE68DD: hue angle of 275.9º degrees, saturation: 0.63, 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 #AE68DD is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB174104221-
CMYK0.210.5300.13
HSL275.9º63.24%63.73%-
HSV(B)275.9º52.94%86.67%-
XYZ35.4624.1271.19-
YUV138.27174.69153.49-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.87%
GREEN value IS 104 (41.02% from 255) = 20.84%
BLUE value IS 221 (86.72% from 255) = 44.29%
R=34.87%
G=20.84%
B=44.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741042210.210.5300.13275.963.2463.73
HexAE68DD15350D1143f40
Octal256150335256501542477100
Binary1010111011010001101110110101110101011011000101001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE68DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE68DD; }

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

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

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

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

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

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

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

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