#AE6DCE

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

Shades of Amethyst #AE6DCE

Tints of Amethyst #AE6DCE

Color information

#AE6DCE (or 0xAE6DCE) is unknown color: approx Amethyst. HEX triplet: AE, 6D and CE. RGB value is (174,109,206). Sum of RGB (Red+Green+Blue) = 174+109+206=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 109 (42.97% from 255 or 22.29% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE6DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6DCE is #519231. Grayscale: #8B8B8B. Windows color (decimal): -5345842 or 13528494. OLE color: 13528494.

HSL color Cylindrical-coordinate representation of color #AE6DCE: hue angle of 280.21º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE6DCE is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB174109206-
CMYK0.160.4700.19
HSL280.21º49.74%61.76%-
HSV(B)280.21º47.09%80.78%-
XYZ34.0624.3961.31-
YUV139.49165.53152.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.58%
GREEN value IS 109 (42.97% from 255) = 22.29%
BLUE value IS 206 (80.86% from 255) = 42.13%
R=35.58%
G=22.29%
B=42.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1741092060.160.4700.19280.2149.7461.76
HexAE6DCE102F013118323e
Octal25615531620570234306276
Binary1010111011011011100111010000101111010011100011000110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6DCE; }

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

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

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

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

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

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

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

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