#AE7AD9

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

Shades of Amethyst #AE7AD9

Tints of Amethyst #AE7AD9

Color information

#AE7AD9 (or 0xAE7AD9) is unknown color: approx Amethyst. HEX triplet: AE, 7A and D9. RGB value is (174,122,217). Sum of RGB (Red+Green+Blue) = 174+122+217=513 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.92% from 513); Green value is 122 (48.05% from 255 or 23.78% from 513); Blue value is 217 (85.16% from 255 or 42.30% from 513); Max value from RGB is 217 - color contains mainly: blue. Hex color #AE7AD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7AD9 is #518526. Grayscale: #949494. Windows color (decimal): -5342503 or 14252718. OLE color: 14252718.

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

Color convert

RGB174122217-
CMYK0.200.4400.15
HSL272.84º55.56%66.47%-
HSV(B)272.84º43.78%85.1%-
XYZ36.9427.9369.09-
YUV148.38166.73146.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.92%
GREEN value IS 122 (48.05% from 255) = 23.78%
BLUE value IS 217 (85.16% from 255) = 42.30%
R=33.92%
G=23.78%
B=42.30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1741222170.200.4400.15272.8455.5666.47
HexAE7AD9142C0F1113842
Octal256172331245401742170102
Binary1010111011110101101100110100101100011111000100011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7AD9; }

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

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

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

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

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

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

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

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