#AE70D0

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

Shades of Amethyst #AE70D0

Tints of Amethyst #AE70D0

Color information

#AE70D0 (or 0xAE70D0) is unknown color: approx Amethyst. HEX triplet: AE, 70 and D0. RGB value is (174,112,208). Sum of RGB (Red+Green+Blue) = 174+112+208=494 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.22% from 494); Green value is 112 (44.14% from 255 or 22.67% from 494); Blue value is 208 (81.64% from 255 or 42.11% from 494); Max value from RGB is 208 - color contains mainly: blue. Hex color #AE70D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE70D0 is #518F2F. Grayscale: #8D8D8D. Windows color (decimal): -5345072 or 13660334. OLE color: 13660334.

HSL color Cylindrical-coordinate representation of color #AE70D0: hue angle of 278.75º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AE70D0 is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB174112208-
CMYK0.160.4600.18
HSL278.75º50.53%62.75%-
HSV(B)278.75º46.15%81.57%-
XYZ34.6325.1462.7-
YUV141.48165.54151.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.22%
GREEN value IS 112 (44.14% from 255) = 22.67%
BLUE value IS 208 (81.64% from 255) = 42.11%
R=35.22%
G=22.67%
B=42.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1741122080.160.4600.18278.7550.5362.75
HexAE70D0102E012117333f
Octal25616032020560224276377
Binary1010111011100001101000010000101110010010100010111110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE70D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE70D0; }

 p { color: rgb(174,112,208); }

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

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

 a { background-color: rgb(174,112,208); }

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

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

 span { border-color: rgb(174,112,208); }

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