#AE76DD

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

Shades of Amethyst #AE76DD

Tints of Amethyst #AE76DD

Color information

#AE76DD (or 0xAE76DD) is unknown color: approx Amethyst. HEX triplet: AE, 76 and DD. RGB value is (174,118,221). Sum of RGB (Red+Green+Blue) = 174+118+221=513 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.92% from 513); Green value is 118 (46.48% from 255 or 23.00% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE76DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE76DD is #518922. Grayscale: #929292. Windows color (decimal): -5343523 or 14513838. OLE color: 14513838.

HSL color Cylindrical-coordinate representation of color #AE76DD: hue angle of 272.62º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE76DD is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB174118221-
CMYK0.210.4700.13
HSL272.62º60.23%66.47%-
HSV(B)272.62º46.61%86.67%-
XYZ36.9927.1871.7-
YUV146.49170.05147.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.92%
GREEN value IS 118 (46.48% from 255) = 23.00%
BLUE value IS 221 (86.72% from 255) = 43.08%
R=33.92%
G=23.00%
B=43.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741182210.210.4700.13272.6260.2366.47
HexAE76DD152F0D1113c42
Octal256166335255701542174102
Binary1010111011101101101110110101101111011011000100011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE76DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE76DD; }

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

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

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

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

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

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

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

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