#AE71DD

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

Shades of Amethyst #AE71DD

Tints of Amethyst #AE71DD

Color information

#AE71DD (or 0xAE71DD) is unknown color: approx Amethyst. HEX triplet: AE, 71 and DD. RGB value is (174,113,221). Sum of RGB (Red+Green+Blue) = 174+113+221=508 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.25% from 508); Green value is 113 (44.53% from 255 or 22.24% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE71DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE71DD is #518E22. Grayscale: #8F8F8F. Windows color (decimal): -5344803 or 14512558. OLE color: 14512558.

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

Color convert

RGB174113221-
CMYK0.210.4900.13
HSL273.89º61.36%65.49%-
HSV(B)273.89º48.87%86.67%-
XYZ36.4126.0371.51-
YUV143.55171.71149.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.25%
GREEN value IS 113 (44.53% from 255) = 22.24%
BLUE value IS 221 (86.72% from 255) = 43.50%
R=34.25%
G=22.24%
B=43.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741132210.210.4900.13273.8961.3665.49
HexAE71DD15310D1123d41
Octal256161335256101542275101
Binary1010111011100011101110110101110001011011000100101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE71DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE71DD; }

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

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

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

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

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

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

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

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