#AE6AD8

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

Shades of Amethyst #AE6AD8

Tints of Amethyst #AE6AD8

Color information

#AE6AD8 (or 0xAE6AD8) is unknown color: approx Amethyst. HEX triplet: AE, 6A and D8. RGB value is (174,106,216). Sum of RGB (Red+Green+Blue) = 174+106+216=496 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.08% from 496); Green value is 106 (41.80% from 255 or 21.37% from 496); Blue value is 216 (84.77% from 255 or 43.55% from 496); Max value from RGB is 216 - color contains mainly: blue. Hex color #AE6AD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6AD8 is #519527. Grayscale: #8A8A8A. Windows color (decimal): -5346600 or 14183086. OLE color: 14183086.

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

Color convert

RGB174106216-
CMYK0.190.5100.15
HSL277.09º58.51%63.14%-
HSV(B)277.09º50.93%84.71%-
XYZ3524.2667.8-
YUV138.87171.53153.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.08%
GREEN value IS 106 (41.80% from 255) = 21.37%
BLUE value IS 216 (84.77% from 255) = 43.55%
R=35.08%
G=21.37%
B=43.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1741062160.190.5100.15277.0958.5163.14
HexAE6AD813330F1153b3f
Octal25615233023630174257377
Binary101011101101010110110001001111001101111100010101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6AD8; }

 p { color: rgb(174,106,216); }

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

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

 a { background-color: rgb(174,106,216); }

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

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

 span { border-color: rgb(174,106,216); }

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