#AE71CD

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

Shades of Amethyst #AE71CD

Tints of Amethyst #AE71CD

Color information

#AE71CD (or 0xAE71CD) is unknown color: approx Amethyst. HEX triplet: AE, 71 and CD. RGB value is (174,113,205). Sum of RGB (Red+Green+Blue) = 174+113+205=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 113 (44.53% from 255 or 22.97% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 205 - color contains mainly: blue. Hex color #AE71CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE71CD is #518E32. Grayscale: #8D8D8D. Windows color (decimal): -5344819 or 13463982. OLE color: 13463982.

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

Color convert

RGB174113205-
CMYK0.150.4500.20
HSL279.78º47.92%62.35%-
HSV(B)279.78º44.88%80.39%-
XYZ34.3825.2260.81-
YUV141.73163.71151.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.37%
GREEN value IS 113 (44.53% from 255) = 22.97%
BLUE value IS 205 (80.47% from 255) = 41.67%
R=35.37%
G=22.97%
B=41.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741132050.150.4500.20279.7847.9262.35
HexAE71CDF2D014118303e
Octal25616131517550244306076
Binary101011101110001110011011111101101010100100011000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE71CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE71CD; }

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

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

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

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

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

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

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

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