#AE68D5

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

Shades of Amethyst #AE68D5

Tints of Amethyst #AE68D5

Color information

#AE68D5 (or 0xAE68D5) is unknown color: approx Amethyst. HEX triplet: AE, 68 and D5. RGB value is (174,104,213). Sum of RGB (Red+Green+Blue) = 174+104+213=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 104 (41.02% from 255 or 21.18% from 491); Blue value is 213 (83.59% from 255 or 43.38% from 491); Max value from RGB is 213 - color contains mainly: blue. Hex color #AE68D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE68D5 is #51972A. Grayscale: #888888. Windows color (decimal): -5347115 or 13985966. OLE color: 13985966.

HSL color Cylindrical-coordinate representation of color #AE68D5: hue angle of 278.53º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AE68D5 is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB174104213-
CMYK0.180.5100.16
HSL278.53º56.48%62.16%-
HSV(B)278.53º51.17%83.53%-
XYZ34.4223.765.71-
YUV137.36170.69154.14-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.44%
GREEN value IS 104 (41.02% from 255) = 21.18%
BLUE value IS 213 (83.59% from 255) = 43.38%
R=35.44%
G=21.18%
B=43.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1741042130.180.5100.16278.5356.4862.16
HexAE68D51233010117383e
Octal25615032522630204277076
Binary1010111011010001101010110010110011010000100010111111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE68D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE68D5; }

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

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

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

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

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

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

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

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