#AE7BD9

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

Shades of Amethyst #AE7BD9

Tints of Amethyst #AE7BD9

Color information

#AE7BD9 (or 0xAE7BD9) is unknown color: approx Amethyst. HEX triplet: AE, 7B and D9. RGB value is (174,123,217). Sum of RGB (Red+Green+Blue) = 174+123+217=514 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.85% from 514); Green value is 123 (48.44% from 255 or 23.93% from 514); Blue value is 217 (85.16% from 255 or 42.22% from 514); Max value from RGB is 217 - color contains mainly: blue. Hex color #AE7BD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7BD9 is #518426. Grayscale: #949494. Windows color (decimal): -5342247 or 14252974. OLE color: 14252974.

HSL color Cylindrical-coordinate representation of color #AE7BD9: hue angle of 272.55º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AE7BD9 is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB174123217-
CMYK0.200.4300.15
HSL272.55º55.29%66.67%-
HSV(B)272.55º43.32%85.1%-
XYZ37.0628.1769.13-
YUV148.96166.4145.86-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.85%
GREEN value IS 123 (48.44% from 255) = 23.93%
BLUE value IS 217 (85.16% from 255) = 42.22%
R=33.85%
G=23.93%
B=42.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1741232170.200.4300.15272.5555.2966.67
HexAE7BD9142B0F1113743
Octal256173331245301742167103
Binary1010111011110111101100110100101011011111000100011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7BD9; }

 p { color: rgb(174,123,217); }

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

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

 a { background-color: rgb(174,123,217); }

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

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

 span { border-color: rgb(174,123,217); }

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