#AE75D7

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

Shades of Amethyst #AE75D7

Tints of Amethyst #AE75D7

Color information

#AE75D7 (or 0xAE75D7) is unknown color: approx Amethyst. HEX triplet: AE, 75 and D7. RGB value is (174,117,215). Sum of RGB (Red+Green+Blue) = 174+117+215=506 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.39% from 506); Green value is 117 (46.09% from 255 or 23.12% from 506); Blue value is 215 (84.38% from 255 or 42.49% from 506); Max value from RGB is 215 - color contains mainly: blue. Hex color #AE75D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE75D7 is #518A28. Grayscale: #909090. Windows color (decimal): -5343785 or 14120366. OLE color: 14120366.

HSL color Cylindrical-coordinate representation of color #AE75D7: hue angle of 274.9º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AE75D7 is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB174117215-
CMYK0.190.4600.16
HSL274.9º55.06%65.1%-
HSV(B)274.9º45.58%84.31%-
XYZ36.0826.6367.53-
YUV145.22167.38148.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.39%
GREEN value IS 117 (46.09% from 255) = 23.12%
BLUE value IS 215 (84.38% from 255) = 42.49%
R=34.39%
G=23.12%
B=42.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1741172150.190.4600.16274.955.0665.1
HexAE75D7132E0101133741
Octal256165327235602042367101
Binary10101110111010111010111100111011100100001000100111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE75D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE75D7; }

 p { color: rgb(174,117,215); }

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

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

 a { background-color: rgb(174,117,215); }

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

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

 span { border-color: rgb(174,117,215); }

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