#AE66E7

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

Shades of Amethyst #AE66E7

Tints of Amethyst #AE66E7

Color information

#AE66E7 (or 0xAE66E7) is unknown color: approx Amethyst. HEX triplet: AE, 66 and E7. RGB value is (174,102,231). Sum of RGB (Red+Green+Blue) = 174+102+231=507 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.32% from 507); Green value is 102 (40.23% from 255 or 20.12% from 507); Blue value is 231 (90.62% from 255 or 45.56% from 507); Max value from RGB is 231 - color contains mainly: blue. Hex color #AE66E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE66E7 is #519918. Grayscale: #898989. Windows color (decimal): -5347609 or 15165102. OLE color: 15165102.

HSL color Cylindrical-coordinate representation of color #AE66E7: hue angle of 273.49º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AE66E7 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB174102231-
CMYK0.250.5600.09
HSL273.49º72.88%65.29%-
HSV(B)273.49º55.84%90.59%-
XYZ36.6324.2778.36-
YUV138.23180.35153.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.32%
GREEN value IS 102 (40.23% from 255) = 20.12%
BLUE value IS 231 (90.62% from 255) = 45.56%
R=34.32%
G=20.12%
B=45.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1741022310.250.5600.09273.4972.8865.29
HexAE66E71938091114941
Octal2561463473170011421111101
Binary10101110110011011100111110011110000100110001000110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE66E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE66E7; }

 p { color: rgb(174,102,231); }

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

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

 a { background-color: rgb(174,102,231); }

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

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

 span { border-color: rgb(174,102,231); }

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