#A55DE0

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

Shades of Amethyst #A55DE0

Tints of Amethyst #A55DE0

Color information

#A55DE0 (or 0xA55DE0) is unknown color: approx Amethyst. HEX triplet: A5, 5D and E0. RGB value is (165,93,224). Sum of RGB (Red+Green+Blue) = 165+93+224=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 93 (36.72% from 255 or 19.29% from 482); Blue value is 224 (87.89% from 255 or 46.47% from 482); Max value from RGB is 224 - color contains mainly: blue. Hex color #A55DE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55DE0 is #5AA21F. Grayscale: #818181. Windows color (decimal): -5939744 or 14704037. OLE color: 14704037.

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

Color convert

RGB16593224-
CMYK0.260.5800.12
HSL272.98º67.88%62.16%-
HSV(B)272.98º58.48%87.84%-
XYZ32.8921.2172.88-
YUV129.46181.35153.35-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.23%
GREEN value IS 93 (36.72% from 255) = 19.29%
BLUE value IS 224 (87.89% from 255) = 46.47%
R=34.23%
G=19.29%
B=46.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal165932240.260.5800.12272.9867.8862.16
HexA55DE01A3A0C111443e
Octal245135340327201442110476
Binary1010010110111011110000011010111010011001000100011000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55DE0; }

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

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

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

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

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

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

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

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