#AE6ACD

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

Shades of Amethyst #AE6ACD

Tints of Amethyst #AE6ACD

Color information

#AE6ACD (or 0xAE6ACD) is unknown color: approx Amethyst. HEX triplet: AE, 6A and CD. RGB value is (174,106,205). Sum of RGB (Red+Green+Blue) = 174+106+205=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 106 (41.80% from 255 or 21.86% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #AE6ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6ACD is #519532. Grayscale: #898989. Windows color (decimal): -5346611 or 13462190. OLE color: 13462190.

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

Color convert

RGB174106205-
CMYK0.150.4800.20
HSL281.21º49.75%60.98%-
HSV(B)281.21º48.29%80.39%-
XYZ33.6323.7160.56-
YUV137.62166.03153.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.88%
GREEN value IS 106 (41.80% from 255) = 21.86%
BLUE value IS 205 (80.47% from 255) = 42.27%
R=35.88%
G=21.86%
B=42.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741062050.150.4800.20281.2149.7560.98
HexAE6ACDF30014119323d
Octal25615231517600244316275
Binary101011101101010110011011111110000010100100011001110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6ACD; }

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

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

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

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

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

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

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

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