#AE6FE4

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

Shades of Amethyst #AE6FE4

Tints of Amethyst #AE6FE4

Color information

#AE6FE4 (or 0xAE6FE4) is unknown color: approx Amethyst. HEX triplet: AE, 6F and E4. RGB value is (174,111,228). Sum of RGB (Red+Green+Blue) = 174+111+228=513 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.92% from 513); Green value is 111 (43.75% from 255 or 21.64% from 513); Blue value is 228 (89.45% from 255 or 44.44% from 513); Max value from RGB is 228 - color contains mainly: blue. Hex color #AE6FE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6FE4 is #51901B. Grayscale: #8E8E8E. Windows color (decimal): -5345308 or 14970798. OLE color: 14970798.

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

Color convert

RGB174111228-
CMYK0.240.5100.11
HSL272.31º68.42%66.47%-
HSV(B)272.31º51.32%89.41%-
XYZ37.1425.9776.45-
YUV143.17175.87149.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.92%
GREEN value IS 111 (43.75% from 255) = 21.64%
BLUE value IS 228 (89.45% from 255) = 44.44%
R=33.92%
G=21.64%
B=44.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1741112280.240.5100.11272.3168.4266.47
HexAE6FE418330B1104442
Octal2561573443063013420104102
Binary10101110110111111100100110001100110101110001000010001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6FE4; }

 p { color: rgb(174,111,228); }

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

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

 a { background-color: rgb(174,111,228); }

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

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

 span { border-color: rgb(174,111,228); }

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