#a556d0

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

Shades of Amethyst #A556D0

Tints of Amethyst #A556D0

Color information

#A556D0 (or 0xA556D0) is unknown color: approx Amethyst. HEX triplet: A5, 56 and D0. RGB value is (165,86,208). Sum of RGB (Red+Green+Blue) = 165+86+208=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 86 (33.98% from 255 or 18.74% from 459); Blue value is 208 (81.64% from 255 or 45.32% from 459); Max value from RGB is 208 - color contains mainly: blue. Hex color #A556D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A556D0 is #5AA92F. Grayscale: #7B7B7B. Windows color (decimal): -5941552 or 13653669. OLE color: 13653669.

HSL color Cylindrical-coordinate representation of color #A556D0: hue angle of 278.85º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A556D0 is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16586208-
CMYK0.210.5900.18
HSL278.85º56.48%57.65%-
HSV(B)278.85º58.65%81.57%-
XYZ30.2319.2161.79-
YUV123.53175.67157.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.95%
GREEN value IS 86 (33.98% from 255) = 18.74%
BLUE value IS 208 (81.64% from 255) = 45.32%
R=35.95%
G=18.74%
B=45.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal165862080.210.5900.18278.8556.4857.65
HexA556D0153B012117383a
Octal24512632025730224277072
Binary1010010110101101101000010101111011010010100010111111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a556d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a556d0; }

 p { color: rgb(165,86,208); }

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

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

 a { background-color: rgb(165,86,208); }

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

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

 span { border-color: rgb(165,86,208); }

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