#A55DCA

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

Shades of Amethyst #A55DCA

Tints of Amethyst #A55DCA

Color information

#A55DCA (or 0xA55DCA) is unknown color: approx Amethyst. HEX triplet: A5, 5D and CA. RGB value is (165,93,202). Sum of RGB (Red+Green+Blue) = 165+93+202=460 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.87% from 460); Green value is 93 (36.72% from 255 or 20.22% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 202 - color contains mainly: blue. Hex color #A55DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55DCA is #5AA235. Grayscale: #7E7E7E. Windows color (decimal): -5939766 or 13262245. OLE color: 13262245.

HSL color Cylindrical-coordinate representation of color #A55DCA: hue angle of 279.63º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A55DCA is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16593202-
CMYK0.180.5400.21
HSL279.63º50.7%57.84%-
HSV(B)279.63º53.96%79.22%-
XYZ30.0920.0958.17-
YUV126.95170.35155.14-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.87%
GREEN value IS 93 (36.72% from 255) = 20.22%
BLUE value IS 202 (79.30% from 255) = 43.91%
R=35.87%
G=20.22%
B=43.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal165932020.180.5400.21279.6350.757.84
HexA55DCA1236015118333a
Octal24513531222660254306372
Binary1010010110111011100101010010110110010101100011000110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55DCA; }

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

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

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

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

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

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

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

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