#A555E8

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

Shades of Amethyst #A555E8

Tints of Amethyst #A555E8

Color information

#A555E8 (or 0xA555E8) is unknown color: approx Amethyst. HEX triplet: A5, 55 and E8. RGB value is (165,85,232). Sum of RGB (Red+Green+Blue) = 165+85+232=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 85 (33.59% from 255 or 17.63% from 482); Blue value is 232 (91.02% from 255 or 48.13% from 482); Max value from RGB is 232 - color contains mainly: blue. Hex color #A555E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A555E8 is #5AAA17. Grayscale: #7D7D7D. Windows color (decimal): -5941784 or 15226277. OLE color: 15226277.

HSL color Cylindrical-coordinate representation of color #A555E8: hue angle of 272.65º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A555E8 is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16585232-
CMYK0.290.6300.09
HSL272.65º76.17%62.16%-
HSV(B)272.65º63.36%90.98%-
XYZ33.3320.3278.51-
YUV125.68188156.05-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.23%
GREEN value IS 85 (33.59% from 255) = 17.63%
BLUE value IS 232 (91.02% from 255) = 48.13%
R=34.23%
G=17.63%
B=48.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal165852320.290.6300.09272.6576.1762.16
HexA555E81D3F091114c3e
Octal245125350357701142111476
Binary1010010110101011110100011101111111010011000100011001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A555E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A555E8; }

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

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

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

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

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

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

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

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