#A55DCC

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

Shades of Amethyst #A55DCC

Tints of Amethyst #A55DCC

Color information

#A55DCC (or 0xA55DCC) is unknown color: approx Amethyst. HEX triplet: A5, 5D and CC. RGB value is (165,93,204). Sum of RGB (Red+Green+Blue) = 165+93+204=462 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.71% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #A55DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55DCC is #5AA233. Grayscale: #7E7E7E. Windows color (decimal): -5939764 or 13393317. OLE color: 13393317.

HSL color Cylindrical-coordinate representation of color #A55DCC: hue angle of 278.92º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A55DCC is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB16593204-
CMYK0.190.5400.2
HSL278.92º52.11%58.24%-
HSV(B)278.92º54.41%80%-
XYZ30.3320.1959.42-
YUV127.18171.35154.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.71%
GREEN value IS 93 (36.72% from 255) = 20.13%
BLUE value IS 204 (80.08% from 255) = 44.16%
R=35.71%
G=20.13%
B=44.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal165932040.190.5400.2278.9252.1158.24
HexA55DCC1336014117343a
Octal24513531423660244276472
Binary1010010110111011100110010011110110010100100010111110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55DCC; }

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

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

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

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

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

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

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

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