#AE69E7

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

Shades of Amethyst #AE69E7

Tints of Amethyst #AE69E7

Color information

#AE69E7 (or 0xAE69E7) is unknown color: approx Amethyst. HEX triplet: AE, 69 and E7. RGB value is (174,105,231). Sum of RGB (Red+Green+Blue) = 174+105+231=510 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.12% from 510); Green value is 105 (41.41% from 255 or 20.59% from 510); Blue value is 231 (90.62% from 255 or 45.29% from 510); Max value from RGB is 231 - color contains mainly: blue. Hex color #AE69E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE69E7 is #519618. Grayscale: #8B8B8B. Windows color (decimal): -5346841 or 15165870. OLE color: 15165870.

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

Color convert

RGB174105231-
CMYK0.250.5500.09
HSL272.86º72.41%65.88%-
HSV(B)272.86º54.55%90.59%-
XYZ36.9324.8778.46-
YUV140179.36152.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.12%
GREEN value IS 105 (41.41% from 255) = 20.59%
BLUE value IS 231 (90.62% from 255) = 45.29%
R=34.12%
G=20.59%
B=45.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1741052310.250.5500.09272.8672.4165.88
HexAE69E71937091114842
Octal2561513473167011421110102
Binary10101110110100111100111110011101110100110001000110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE69E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE69E7; }

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

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

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

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

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

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

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

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