#AA5DED

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

Shades of Amethyst #AA5DED

Tints of Amethyst #AA5DED

Color information

#AA5DED (or 0xAA5DED) is unknown color: approx Amethyst. HEX triplet: AA, 5D and ED. RGB value is (170,93,237). Sum of RGB (Red+Green+Blue) = 170+93+237=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 93 (36.72% from 255 or 18.6% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA5DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5DED is #55A212. Grayscale: #838383. Windows color (decimal): -5612051 or 15556010. OLE color: 15556010.

HSL color Cylindrical-coordinate representation of color #AA5DED: hue angle of 272.08º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA5DED is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17093237-
CMYK0.280.6100.07
HSL272.08º80%64.71%-
HSV(B)272.08º60.76%92.94%-
XYZ35.7822.4982.58-
YUV132.44187.01154.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34%
GREEN value IS 93 (36.72% from 255) = 18.6%
BLUE value IS 237 (92.97% from 255) = 47.4%
R=34%
G=18.6%
B=47.4%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal170932370.280.6100.07272.088064.71
HexAA5DED1C3D071105041
Octal252135355347507420120101
Binary1010101010111011110110111100111101011110001000010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5DED; }

 p { color: rgb(170,93,237); }

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

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

 a { background-color: rgb(170,93,237); }

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

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

 span { border-color: rgb(170,93,237); }

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