#AE70CD

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

Shades of Amethyst #AE70CD

Tints of Amethyst #AE70CD

Color information

#AE70CD (or 0xAE70CD) is unknown color: approx Amethyst. HEX triplet: AE, 70 and CD. RGB value is (174,112,205). Sum of RGB (Red+Green+Blue) = 174+112+205=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 112 (44.14% from 255 or 22.81% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #AE70CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE70CD is #518F32. Grayscale: #8C8C8C. Windows color (decimal): -5345075 or 13463726. OLE color: 13463726.

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

Color convert

RGB174112205-
CMYK0.150.4500.20
HSL280º48.19%62.16%-
HSV(B)280º45.37%80.39%-
XYZ34.2724.9960.78-
YUV141.14164.04151.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.44%
GREEN value IS 112 (44.14% from 255) = 22.81%
BLUE value IS 205 (80.47% from 255) = 41.75%
R=35.44%
G=22.81%
B=41.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741122050.150.4500.2028048.1962.16
HexAE70CDF2D014118303e
Octal25616031517550244306076
Binary101011101110000110011011111101101010100100011000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE70CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE70CD; }

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

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

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

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

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

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

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

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