#A55CE3

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

Shades of Amethyst #A55CE3

Tints of Amethyst #A55CE3

Color information

#A55CE3 (or 0xA55CE3) is unknown color: approx Amethyst. HEX triplet: A5, 5C and E3. RGB value is (165,92,227). Sum of RGB (Red+Green+Blue) = 165+92+227=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 92 (36.33% from 255 or 19.01% from 484); Blue value is 227 (89.06% from 255 or 46.90% from 484); Max value from RGB is 227 - color contains mainly: blue. Hex color #A55CE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55CE3 is #5AA31C. Grayscale: #808080. Windows color (decimal): -5939997 or 14900389. OLE color: 14900389.

HSL color Cylindrical-coordinate representation of color #A55CE3: hue angle of 272.44º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A55CE3 is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16592227-
CMYK0.270.5900.11
HSL272.44º70.68%62.55%-
HSV(B)272.44º59.47%89.02%-
XYZ33.2121.275.01-
YUV129.22183.18153.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.09%
GREEN value IS 92 (36.33% from 255) = 19.01%
BLUE value IS 227 (89.06% from 255) = 46.90%
R=34.09%
G=19.01%
B=46.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal165922270.270.5900.11272.4470.6862.55
HexA55CE31B3B0B110473f
Octal245134343337301342010777
Binary1010010110111001110001111011111011010111000100001000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55CE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55CE3; }

 p { color: rgb(165,92,227); }

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

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

 a { background-color: rgb(165,92,227); }

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

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

 span { border-color: rgb(165,92,227); }

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