#A55DDF

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

Shades of Amethyst #A55DDF

Tints of Amethyst #A55DDF

Color information

#A55DDF (or 0xA55DDF) is unknown color: approx Amethyst. HEX triplet: A5, 5D and DF. RGB value is (165,93,223). Sum of RGB (Red+Green+Blue) = 165+93+223=481 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.30% from 481); Green value is 93 (36.72% from 255 or 19.33% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #A55DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55DDF is #5AA220. Grayscale: #808080. Windows color (decimal): -5939745 or 14638501. OLE color: 14638501.

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

Color convert

RGB16593223-
CMYK0.260.5800.13
HSL273.23º67.01%61.96%-
HSV(B)273.23º58.3%87.45%-
XYZ32.7521.1672.17-
YUV129.35180.85153.43-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.30%
GREEN value IS 93 (36.72% from 255) = 19.33%
BLUE value IS 223 (87.5% from 255) = 46.36%
R=34.30%
G=19.33%
B=46.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal165932230.260.5800.13273.2367.0161.96
HexA55DDF1A3A0D111433e
Octal245135337327201542110376
Binary1010010110111011101111111010111010011011000100011000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55DDF; }

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

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

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

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

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

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

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

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