#AE69E6

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

Shades of Amethyst #AE69E6

Tints of Amethyst #AE69E6

Color information

#AE69E6 (or 0xAE69E6) is unknown color: approx Amethyst. HEX triplet: AE, 69 and E6. RGB value is (174,105,230). Sum of RGB (Red+Green+Blue) = 174+105+230=509 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.18% from 509); Green value is 105 (41.41% from 255 or 20.63% from 509); Blue value is 230 (90.23% from 255 or 45.19% from 509); Max value from RGB is 230 - color contains mainly: blue. Hex color #AE69E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE69E6 is #519619. Grayscale: #8B8B8B. Windows color (decimal): -5346842 or 15100334. OLE color: 15100334.

HSL color Cylindrical-coordinate representation of color #AE69E6: hue angle of 273.12º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AE69E6 is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB174105230-
CMYK0.240.5400.10
HSL273.12º71.43%65.69%-
HSV(B)273.12º54.35%90.2%-
XYZ36.7924.8177.71-
YUV139.88178.86152.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.18%
GREEN value IS 105 (41.41% from 255) = 20.63%
BLUE value IS 230 (90.23% from 255) = 45.19%
R=34.18%
G=20.63%
B=45.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1741052300.240.5400.10273.1271.4365.69
HexAE69E618360A1114742
Octal2561513463066012421107102
Binary10101110110100111100110110001101100101010001000110001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE69E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE69E6; }

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

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

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

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

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

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

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

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