#AE72DD

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

Shades of Amethyst #AE72DD

Tints of Amethyst #AE72DD

Color information

#AE72DD (or 0xAE72DD) is unknown color: approx Amethyst. HEX triplet: AE, 72 and DD. RGB value is (174,114,221). Sum of RGB (Red+Green+Blue) = 174+114+221=509 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.18% from 509); Green value is 114 (44.92% from 255 or 22.40% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE72DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE72DD is #518D22. Grayscale: #8F8F8F. Windows color (decimal): -5344547 or 14512814. OLE color: 14512814.

HSL color Cylindrical-coordinate representation of color #AE72DD: hue angle of 273.64º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AE72DD is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB174114221-
CMYK0.210.4800.13
HSL273.64º61.14%65.69%-
HSV(B)273.64º48.42%86.67%-
XYZ36.5226.2571.55-
YUV144.14171.38149.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.18%
GREEN value IS 114 (44.92% from 255) = 22.40%
BLUE value IS 221 (86.72% from 255) = 43.42%
R=34.18%
G=22.40%
B=43.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741142210.210.4800.13273.6461.1465.69
HexAE72DD15300D1123d42
Octal256162335256001542275102
Binary1010111011100101101110110101110000011011000100101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE72DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE72DD; }

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

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

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

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

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

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

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

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