#AE75DD

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

Shades of Amethyst #AE75DD

Tints of Amethyst #AE75DD

Color information

#AE75DD (or 0xAE75DD) is unknown color: approx Amethyst. HEX triplet: AE, 75 and DD. RGB value is (174,117,221). Sum of RGB (Red+Green+Blue) = 174+117+221=512 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.98% from 512); Green value is 117 (46.09% from 255 or 22.85% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE75DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE75DD is #518A22. Grayscale: #919191. Windows color (decimal): -5343779 or 14513582. OLE color: 14513582.

HSL color Cylindrical-coordinate representation of color #AE75DD: hue angle of 272.88º 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 #AE75DD is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB174117221-
CMYK0.210.4700.13
HSL272.88º60.47%66.27%-
HSV(B)272.88º47.06%86.67%-
XYZ36.8726.9471.66-
YUV145.9170.38148.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.98%
GREEN value IS 117 (46.09% from 255) = 22.85%
BLUE value IS 221 (86.72% from 255) = 43.16%
R=33.98%
G=22.85%
B=43.16%

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
Decimal1741172210.210.4700.13272.8860.4766.27
HexAE75DD152F0D1113c42
Octal256165335255701542174102
Binary1010111011101011101110110101101111011011000100011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE75DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE75DD; }

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

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

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

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

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

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

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

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