#AE69E2

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

Shades of Amethyst #AE69E2

Tints of Amethyst #AE69E2

Color information

#AE69E2 (or 0xAE69E2) is unknown color: approx Amethyst. HEX triplet: AE, 69 and E2. RGB value is (174,105,226). Sum of RGB (Red+Green+Blue) = 174+105+226=505 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.46% from 505); Green value is 105 (41.41% from 255 or 20.79% from 505); Blue value is 226 (88.67% from 255 or 44.75% from 505); Max value from RGB is 226 - color contains mainly: blue. Hex color #AE69E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE69E2 is #51961D. Grayscale: #8B8B8B. Windows color (decimal): -5346846 or 14838190. OLE color: 14838190.

HSL color Cylindrical-coordinate representation of color #AE69E2: hue angle of 274.21º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AE69E2 is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB174105226-
CMYK0.230.5400.11
HSL274.21º67.6%64.9%-
HSV(B)274.21º53.54%88.63%-
XYZ36.2324.5974.79-
YUV139.43176.86152.66-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.46%
GREEN value IS 105 (41.41% from 255) = 20.79%
BLUE value IS 226 (88.67% from 255) = 44.75%
R=34.46%
G=20.79%
B=44.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1741052260.230.5400.11274.2167.664.9
HexAE69E217360B1124441
Octal2561513422766013422104101
Binary10101110110100111100010101111101100101110001001010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE69E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE69E2; }

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

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

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

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

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

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

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

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