#ae75e0

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

Shades of Amethyst #AE75E0

Tints of Amethyst #AE75E0

Color information

#AE75E0 (or 0xAE75E0) is unknown color: approx Amethyst. HEX triplet: AE, 75 and E0. RGB value is (174,117,224). Sum of RGB (Red+Green+Blue) = 174+117+224=515 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.79% from 515); Green value is 117 (46.09% from 255 or 22.72% from 515); Blue value is 224 (87.89% from 255 or 43.50% from 515); Max value from RGB is 224 - color contains mainly: blue. Hex color #AE75E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE75E0 is #518A1F. Grayscale: #919191. Windows color (decimal): -5343776 or 14710190. OLE color: 14710190.

HSL color Cylindrical-coordinate representation of color #AE75E0: hue angle of 271.96º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AE75E0 is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB174117224-
CMYK0.220.4800.12
HSL271.96º63.31%66.86%-
HSV(B)271.96º47.77%87.84%-
XYZ37.2727.173.79-
YUV146.24171.88147.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.79%
GREEN value IS 117 (46.09% from 255) = 22.72%
BLUE value IS 224 (87.89% from 255) = 43.50%
R=33.79%
G=22.72%
B=43.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1741172240.220.4800.12271.9663.3166.86
HexAE75E016300C1103f43
Octal256165340266001442077103
Binary1010111011101011110000010110110000011001000100001111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae75e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae75e0; }

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

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

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

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

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

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

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

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