#AE74DD

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

Shades of Amethyst #AE74DD

Tints of Amethyst #AE74DD

Color information

#AE74DD (or 0xAE74DD) is unknown color: approx Amethyst. HEX triplet: AE, 74 and DD. RGB value is (174,116,221). Sum of RGB (Red+Green+Blue) = 174+116+221=511 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.05% from 511); Green value is 116 (45.70% from 255 or 22.70% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE74DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE74DD is #518B22. Grayscale: #909090. Windows color (decimal): -5344035 or 14513326. OLE color: 14513326.

HSL color Cylindrical-coordinate representation of color #AE74DD: hue angle of 273.14º 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 #AE74DD is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB174116221-
CMYK0.210.4800.13
HSL273.14º60.69%66.08%-
HSV(B)273.14º47.51%86.67%-
XYZ36.7526.7171.63-
YUV145.31170.72148.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.05%
GREEN value IS 116 (45.70% from 255) = 22.70%
BLUE value IS 221 (86.72% from 255) = 43.25%
R=34.05%
G=22.70%
B=43.25%

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
Decimal1741162210.210.4800.13273.1460.6966.08
HexAE74DD15300D1113d42
Octal256164335256001542175102
Binary1010111011101001101110110101110000011011000100011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE74DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE74DD; }

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

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

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

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

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

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

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

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