#A55ED9

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

Shades of Amethyst #A55ED9

Tints of Amethyst #A55ED9

Color information

#A55ED9 (or 0xA55ED9) is unknown color: approx Amethyst. HEX triplet: A5, 5E and D9. RGB value is (165,94,217). Sum of RGB (Red+Green+Blue) = 165+94+217=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 94 (37.11% from 255 or 19.75% from 476); Blue value is 217 (85.16% from 255 or 45.59% from 476); Max value from RGB is 217 - color contains mainly: blue. Hex color #A55ED9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55ED9 is #5AA126. Grayscale: #808080. Windows color (decimal): -5939495 or 14245541. OLE color: 14245541.

HSL color Cylindrical-coordinate representation of color #A55ED9: hue angle of 274.63º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A55ED9 is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16594217-
CMYK0.240.5700.15
HSL274.63º61.81%60.98%-
HSV(B)274.63º56.68%85.1%-
XYZ32.0421.0168.01-
YUV129.25177.52153.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.66%
GREEN value IS 94 (37.11% from 255) = 19.75%
BLUE value IS 217 (85.16% from 255) = 45.59%
R=34.66%
G=19.75%
B=45.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal165942170.240.5700.15274.6361.8160.98
HexA55ED918390F1133e3d
Octal24513633130710174237675
Binary101001011011110110110011100011100101111100010011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55ED9; }

 p { color: rgb(165,94,217); }

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

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

 a { background-color: rgb(165,94,217); }

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

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

 span { border-color: rgb(165,94,217); }

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