#AE6FCE

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

Shades of Amethyst #AE6FCE

Tints of Amethyst #AE6FCE

Color information

#AE6FCE (or 0xAE6FCE) is unknown color: approx Amethyst. HEX triplet: AE, 6F and CE. RGB value is (174,111,206). Sum of RGB (Red+Green+Blue) = 174+111+206=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 111 (43.75% from 255 or 22.61% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE6FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6FCE is #519031. Grayscale: #8C8C8C. Windows color (decimal): -5345330 or 13529006. OLE color: 13529006.

HSL color Cylindrical-coordinate representation of color #AE6FCE: hue angle of 279.79º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AE6FCE is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB174111206-
CMYK0.160.4600.19
HSL279.79º49.22%62.16%-
HSV(B)279.79º46.12%80.78%-
XYZ34.2824.8261.38-
YUV140.67164.87151.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.44%
GREEN value IS 111 (43.75% from 255) = 22.61%
BLUE value IS 206 (80.86% from 255) = 41.96%
R=35.44%
G=22.61%
B=41.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1741112060.160.4600.19279.7949.2262.16
HexAE6FCE102E013118313e
Octal25615731620560234306176
Binary1010111011011111100111010000101110010011100011000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6FCE; }

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

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

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

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

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

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

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

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