#AE6ECC

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

Shades of Amethyst #AE6ECC

Tints of Amethyst #AE6ECC

Color information

#AE6ECC (or 0xAE6ECC) is unknown color: approx Amethyst. HEX triplet: AE, 6E and CC. RGB value is (174,110,204). Sum of RGB (Red+Green+Blue) = 174+110+204=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 110 (43.36% from 255 or 22.54% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE6ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6ECC is #519133. Grayscale: #8B8B8B. Windows color (decimal): -5345588 or 13397678. OLE color: 13397678.

HSL color Cylindrical-coordinate representation of color #AE6ECC: hue angle of 280.85º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AE6ECC is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB174110204-
CMYK0.150.4600.2
HSL280.85º47.96%61.57%-
HSV(B)280.85º46.08%80%-
XYZ33.9324.5160.07-
YUV139.85164.2152.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.66%
GREEN value IS 110 (43.36% from 255) = 22.54%
BLUE value IS 204 (80.08% from 255) = 41.80%
R=35.66%
G=22.54%
B=41.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1741102040.150.4600.2280.8547.9661.57
HexAE6ECCF2E014119303e
Octal25615631417560244316076
Binary101011101101110110011001111101110010100100011001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6ECC; }

 p { color: rgb(174,110,204); }

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

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

 a { background-color: rgb(174,110,204); }

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

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

 span { border-color: rgb(174,110,204); }

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