#AE6DD1

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

Shades of Amethyst #AE6DD1

Tints of Amethyst #AE6DD1

Color information

#AE6DD1 (or 0xAE6DD1) is unknown color: approx Amethyst. HEX triplet: AE, 6D and D1. RGB value is (174,109,209). Sum of RGB (Red+Green+Blue) = 174+109+209=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 109 (42.97% from 255 or 22.15% from 492); Blue value is 209 (82.03% from 255 or 42.48% from 492); Max value from RGB is 209 - color contains mainly: blue. Hex color #AE6DD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6DD1 is #51922E. Grayscale: #8B8B8B. Windows color (decimal): -5345839 or 13725102. OLE color: 13725102.

HSL color Cylindrical-coordinate representation of color #AE6DD1: hue angle of 279º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AE6DD1 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB174109209-
CMYK0.170.4800.18
HSL279º52.08%62.35%-
HSV(B)279º47.85%81.96%-
XYZ34.4324.5463.24-
YUV139.83167.03152.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.37%
GREEN value IS 109 (42.97% from 255) = 22.15%
BLUE value IS 209 (82.03% from 255) = 42.48%
R=35.37%
G=22.15%
B=42.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1741092090.170.4800.1827952.0862.35
HexAE6DD11130012117343e
Octal25615532121600224276476
Binary1010111011011011101000110001110000010010100010111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6DD1; }

 p { color: rgb(174,109,209); }

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

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

 a { background-color: rgb(174,109,209); }

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

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

 span { border-color: rgb(174,109,209); }

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