#AE71E1

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

Shades of Amethyst #AE71E1

Tints of Amethyst #AE71E1

Color information

#AE71E1 (or 0xAE71E1) is unknown color: approx Amethyst. HEX triplet: AE, 71 and E1. RGB value is (174,113,225). Sum of RGB (Red+Green+Blue) = 174+113+225=512 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.98% from 512); Green value is 113 (44.53% from 255 or 22.07% from 512); Blue value is 225 (88.28% from 255 or 43.95% from 512); Max value from RGB is 225 - color contains mainly: blue. Hex color #AE71E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE71E1 is #518E1E. Grayscale: #8F8F8F. Windows color (decimal): -5344799 or 14774702. OLE color: 14774702.

HSL color Cylindrical-coordinate representation of color #AE71E1: hue angle of 272.68º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AE71E1 is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB174113225-
CMYK0.230.5000.12
HSL272.68º65.12%66.27%-
HSV(B)272.68º49.78%88.24%-
XYZ36.9526.2574.35-
YUV144.01173.71149.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.98%
GREEN value IS 113 (44.53% from 255) = 22.07%
BLUE value IS 225 (88.28% from 255) = 43.95%
R=33.98%
G=22.07%
B=43.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1741132250.230.5000.12272.6865.1266.27
HexAE71E117320C1114142
Octal2561613412762014421101102
Binary10101110111000111100001101111100100110010001000110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE71E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE71E1; }

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

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

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

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

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

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

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

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