#AE6AD6

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

Shades of Amethyst #AE6AD6

Tints of Amethyst #AE6AD6

Color information

#AE6AD6 (or 0xAE6AD6) is unknown color: approx Amethyst. HEX triplet: AE, 6A and D6. RGB value is (174,106,214). Sum of RGB (Red+Green+Blue) = 174+106+214=494 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.22% from 494); Green value is 106 (41.80% from 255 or 21.46% from 494); Blue value is 214 (83.98% from 255 or 43.32% from 494); Max value from RGB is 214 - color contains mainly: blue. Hex color #AE6AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6AD6 is #519529. Grayscale: #8A8A8A. Windows color (decimal): -5346602 or 14052014. OLE color: 14052014.

HSL color Cylindrical-coordinate representation of color #AE6AD6: hue angle of 277.78º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AE6AD6 is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB174106214-
CMYK0.190.5000.16
HSL277.78º56.84%62.75%-
HSV(B)277.78º50.47%83.92%-
XYZ34.7524.1666.45-
YUV138.64170.53153.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.22%
GREEN value IS 106 (41.80% from 255) = 21.46%
BLUE value IS 214 (83.98% from 255) = 43.32%
R=35.22%
G=21.46%
B=43.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1741062140.190.5000.16277.7856.8462.75
HexAE6AD61332010116393f
Octal25615232623620204267177
Binary1010111011010101101011010011110010010000100010110111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6AD6; }

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

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

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

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

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

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

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

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