#A557CF

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

Shades of Amethyst #A557CF

Tints of Amethyst #A557CF

Color information

#A557CF (or 0xA557CF) is unknown color: approx Amethyst. HEX triplet: A5, 57 and CF. RGB value is (165,87,207). Sum of RGB (Red+Green+Blue) = 165+87+207=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 87 (34.38% from 255 or 18.95% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #A557CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A557CF is #5AA830. Grayscale: #7B7B7B. Windows color (decimal): -5941297 or 13588389. OLE color: 13588389.

HSL color Cylindrical-coordinate representation of color #A557CF: hue angle of 279º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A557CF is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16587207-
CMYK0.200.5800.19
HSL279º55.56%57.65%-
HSV(B)279º57.97%81.18%-
XYZ30.1919.3261.17-
YUV124174.84157.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.95%
GREEN value IS 87 (34.38% from 255) = 18.95%
BLUE value IS 207 (81.25% from 255) = 45.10%
R=35.95%
G=18.95%
B=45.10%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal165872070.200.5800.1927955.5657.65
HexA557CF143A013117383a
Octal24512731724720234277072
Binary1010010110101111100111110100111010010011100010111111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A557CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A557CF; }

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

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

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

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

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

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

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

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