#AE6FE2

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

Shades of Amethyst #AE6FE2

Tints of Amethyst #AE6FE2

Color information

#AE6FE2 (or 0xAE6FE2) is unknown color: approx Amethyst. HEX triplet: AE, 6F and E2. RGB value is (174,111,226). Sum of RGB (Red+Green+Blue) = 174+111+226=511 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.05% from 511); Green value is 111 (43.75% from 255 or 21.72% from 511); Blue value is 226 (88.67% from 255 or 44.23% from 511); Max value from RGB is 226 - color contains mainly: blue. Hex color #AE6FE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6FE2 is #51901D. Grayscale: #8E8E8E. Windows color (decimal): -5345310 or 14839726. OLE color: 14839726.

HSL color Cylindrical-coordinate representation of color #AE6FE2: hue angle of 272.87º degrees, saturation: 0.66, 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 #AE6FE2 is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB174111226-
CMYK0.230.5100.11
HSL272.87º66.47%66.08%-
HSV(B)272.87º50.88%88.63%-
XYZ36.8725.8675-
YUV142.95174.87150.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.05%
GREEN value IS 111 (43.75% from 255) = 21.72%
BLUE value IS 226 (88.67% from 255) = 44.23%
R=34.05%
G=21.72%
B=44.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1741112260.230.5100.11272.8766.4766.08
HexAE6FE217330B1114242
Octal2561573422763013421102102
Binary10101110110111111100010101111100110101110001000110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6FE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6FE2; }

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

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

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

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

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

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

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

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