#A55AE7

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

Shades of Amethyst #A55AE7

Tints of Amethyst #A55AE7

Color information

#A55AE7 (or 0xA55AE7) is unknown color: approx Amethyst. HEX triplet: A5, 5A and E7. RGB value is (165,90,231). Sum of RGB (Red+Green+Blue) = 165+90+231=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 90 (35.55% from 255 or 18.52% from 486); Blue value is 231 (90.62% from 255 or 47.53% from 486); Max value from RGB is 231 - color contains mainly: blue. Hex color #A55AE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55AE7 is #5AA518. Grayscale: #808080. Windows color (decimal): -5940505 or 15162021. OLE color: 15162021.

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

Color convert

RGB16590231-
CMYK0.290.6100.09
HSL271.91º74.6%62.94%-
HSV(B)271.91º61.04%90.59%-
XYZ33.621.0877.9-
YUV128.5185.85154.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.95%
GREEN value IS 90 (35.55% from 255) = 18.52%
BLUE value IS 231 (90.62% from 255) = 47.53%
R=33.95%
G=18.52%
B=47.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal165902310.290.6100.09271.9174.662.94
HexA55AE71D3D091104b3f
Octal245132347357501142011377
Binary1010010110110101110011111101111101010011000100001001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55AE7; }

 p { color: rgb(165,90,231); }

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

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

 a { background-color: rgb(165,90,231); }

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

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

 span { border-color: rgb(165,90,231); }

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