#AE71DA

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

Shades of Amethyst #AE71DA

Tints of Amethyst #AE71DA

Color information

#AE71DA (or 0xAE71DA) is unknown color: approx Amethyst. HEX triplet: AE, 71 and DA. RGB value is (174,113,218). Sum of RGB (Red+Green+Blue) = 174+113+218=505 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.46% from 505); Green value is 113 (44.53% from 255 or 22.38% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #AE71DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE71DA is #518E25. Grayscale: #8E8E8E. Windows color (decimal): -5344806 or 14315950. OLE color: 14315950.

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

Color convert

RGB174113218-
CMYK0.200.4800.15
HSL274.86º58.66%64.9%-
HSV(B)274.86º48.17%85.49%-
XYZ36.0225.8769.43-
YUV143.21170.21149.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.46%
GREEN value IS 113 (44.53% from 255) = 22.38%
BLUE value IS 218 (85.55% from 255) = 43.17%
R=34.46%
G=22.38%
B=43.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1741132180.200.4800.15274.8658.6664.9
HexAE71DA14300F1133b41
Octal256161332246001742373101
Binary1010111011100011101101010100110000011111000100111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE71DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE71DA; }

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

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

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

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

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

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

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

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