#ae72cc

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

Shades of Amethyst #AE72CC

Tints of Amethyst #AE72CC

Color information

#AE72CC (or 0xAE72CC) is unknown color: approx Amethyst. HEX triplet: AE, 72 and CC. RGB value is (174,114,204). Sum of RGB (Red+Green+Blue) = 174+114+204=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 114 (44.92% from 255 or 23.17% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE72CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE72CC is #518D33. Grayscale: #8D8D8D. Windows color (decimal): -5344564 or 13398702. OLE color: 13398702.

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

Color convert

RGB174114204-
CMYK0.150.4400.2
HSL280º46.88%62.35%-
HSV(B)280º44.12%80%-
XYZ34.3725.3960.22-
YUV142.2162.88150.68-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.37%
GREEN value IS 114 (44.92% from 255) = 23.17%
BLUE value IS 204 (80.08% from 255) = 41.46%
R=35.37%
G=23.17%
B=41.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1741142040.150.4400.228046.8862.35
HexAE72CCF2C0141182f3e
Octal25616231417540244305776
Binary101011101110010110011001111101100010100100011000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae72cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae72cc; }

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

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

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

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

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

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

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

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