#A557DD

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

Shades of Amethyst #A557DD

Tints of Amethyst #A557DD

Color information

#A557DD (or 0xA557DD) is unknown color: approx Amethyst. HEX triplet: A5, 57 and DD. RGB value is (165,87,221). Sum of RGB (Red+Green+Blue) = 165+87+221=473 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.88% from 473); Green value is 87 (34.38% from 255 or 18.39% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #A557DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A557DD is #5AA822. Grayscale: #7D7D7D. Windows color (decimal): -5941283 or 14505893. OLE color: 14505893.

HSL color Cylindrical-coordinate representation of color #A557DD: hue angle of 274.93º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A557DD is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16587221-
CMYK0.250.6100.13
HSL274.93º66.34%60.39%-
HSV(B)274.93º60.63%86.67%-
XYZ31.9820.0470.59-
YUV125.6181.84156.1-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.88%
GREEN value IS 87 (34.38% from 255) = 18.39%
BLUE value IS 221 (86.72% from 255) = 46.72%
R=34.88%
G=18.39%
B=46.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal165872210.250.6100.13274.9366.3460.39
HexA557DD193D0D113423c
Octal245127335317501542310274
Binary1010010110101111101110111001111101011011000100111000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A557DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A557DD; }

 p { color: rgb(165,87,221); }

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

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

 a { background-color: rgb(165,87,221); }

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

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

 span { border-color: rgb(165,87,221); }

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