#A55ECE

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

Shades of Amethyst #A55ECE

Tints of Amethyst #A55ECE

Color information

#A55ECE (or 0xA55ECE) is unknown color: approx Amethyst. HEX triplet: A5, 5E and CE. RGB value is (165,94,206). Sum of RGB (Red+Green+Blue) = 165+94+206=465 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.48% from 465); Green value is 94 (37.11% from 255 or 20.22% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #A55ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55ECE is #5AA131. Grayscale: #7F7F7F. Windows color (decimal): -5939506 or 13524645. OLE color: 13524645.

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

Color convert

RGB16594206-
CMYK0.200.5400.19
HSL278.04º53.33%58.82%-
HSV(B)278.04º54.37%80.78%-
XYZ30.6620.4660.73-
YUV128172.02154.39-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.48%
GREEN value IS 94 (37.11% from 255) = 20.22%
BLUE value IS 206 (80.86% from 255) = 44.30%
R=35.48%
G=20.22%
B=44.30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal165942060.200.5400.19278.0453.3358.82
HexA55ECE1436013116353b
Octal24513631624660234266573
Binary1010010110111101100111010100110110010011100010110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55ECE; }

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

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

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

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

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

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

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

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