#A55DE1

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

Shades of Amethyst #A55DE1

Tints of Amethyst #A55DE1

Color information

#A55DE1 (or 0xA55DE1) is unknown color: approx Amethyst. HEX triplet: A5, 5D and E1. RGB value is (165,93,225). Sum of RGB (Red+Green+Blue) = 165+93+225=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 93 (36.72% from 255 or 19.25% from 483); Blue value is 225 (88.28% from 255 or 46.58% from 483); Max value from RGB is 225 - color contains mainly: blue. Hex color #A55DE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55DE1 is #5AA21E. Grayscale: #818181. Windows color (decimal): -5939743 or 14769573. OLE color: 14769573.

HSL color Cylindrical-coordinate representation of color #A55DE1: hue angle of 272.73º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A55DE1 is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB16593225-
CMYK0.270.5900.12
HSL272.73º68.75%62.35%-
HSV(B)272.73º58.67%88.24%-
XYZ33.0221.2673.6-
YUV129.58181.85153.27-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.16%
GREEN value IS 93 (36.72% from 255) = 19.25%
BLUE value IS 225 (88.28% from 255) = 46.58%
R=34.16%
G=19.25%
B=46.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal165932250.270.5900.12272.7368.7562.35
HexA55DE11B3B0C111453e
Octal245135341337301442110576
Binary1010010110111011110000111011111011011001000100011000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55DE1; }

 p { color: rgb(165,93,225); }

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

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

 a { background-color: rgb(165,93,225); }

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

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

 span { border-color: rgb(165,93,225); }

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