#A555EC

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

Shades of Amethyst #A555EC

Tints of Amethyst #A555EC

Color information

#A555EC (or 0xA555EC) is unknown color: approx Amethyst. HEX triplet: A5, 55 and EC. RGB value is (165,85,236). Sum of RGB (Red+Green+Blue) = 165+85+236=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 85 (33.59% from 255 or 17.49% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #A555EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A555EC is #5AAA13. Grayscale: #7D7D7D. Windows color (decimal): -5941780 or 15488421. OLE color: 15488421.

HSL color Cylindrical-coordinate representation of color #A555EC: hue angle of 271.79º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A555EC is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16585236-
CMYK0.300.6400.07
HSL271.79º79.89%62.94%-
HSV(B)271.79º63.98%92.55%-
XYZ33.9120.5581.54-
YUV126.13190155.72-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.95%
GREEN value IS 85 (33.59% from 255) = 17.49%
BLUE value IS 236 (92.58% from 255) = 48.56%
R=33.95%
G=17.49%
B=48.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal165852360.300.6400.07271.7979.8962.94
HexA555EC1E4007110503f
Octal245125354361000742012077
Binary1010010110101011110110011110100000001111000100001010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A555EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A555EC; }

 p { color: rgb(165,85,236); }

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

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

 a { background-color: rgb(165,85,236); }

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

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

 span { border-color: rgb(165,85,236); }

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