#A55DCF

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

Shades of Amethyst #A55DCF

Tints of Amethyst #A55DCF

Color information

#A55DCF (or 0xA55DCF) is unknown color: approx Amethyst. HEX triplet: A5, 5D and CF. RGB value is (165,93,207). Sum of RGB (Red+Green+Blue) = 165+93+207=465 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.48% from 465); Green value is 93 (36.72% from 255 or 20% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #A55DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55DCF is #5AA230. Grayscale: #7F7F7F. Windows color (decimal): -5939761 or 13589925. OLE color: 13589925.

HSL color Cylindrical-coordinate representation of color #A55DCF: hue angle of 277.89º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A55DCF is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16593207-
CMYK0.200.5500.19
HSL277.89º54.29%58.82%-
HSV(B)277.89º55.07%81.18%-
XYZ30.6920.3361.34-
YUV127.52172.85154.73-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.48%
GREEN value IS 93 (36.72% from 255) = 20%
BLUE value IS 207 (81.25% from 255) = 44.52%
R=35.48%
G=20%
B=44.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal165932070.200.5500.19277.8954.2958.82
HexA55DCF1437013116363b
Octal24513531724670234266673
Binary1010010110111011100111110100110111010011100010110110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55DCF; }

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

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

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

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

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

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

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

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