#A556DB

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

Shades of Amethyst #A556DB

Tints of Amethyst #A556DB

Color information

#A556DB (or 0xA556DB) is unknown color: approx Amethyst. HEX triplet: A5, 56 and DB. RGB value is (165,86,219). Sum of RGB (Red+Green+Blue) = 165+86+219=470 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.11% from 470); Green value is 86 (33.98% from 255 or 18.30% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #A556DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A556DB is #5AA924. Grayscale: #7C7C7C. Windows color (decimal): -5941541 or 14374565. OLE color: 14374565.

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

Color convert

RGB16586219-
CMYK0.250.6100.14
HSL275.64º64.88%59.8%-
HSV(B)275.64º60.73%85.88%-
XYZ31.6319.7769.17-
YUV124.78181.17156.69-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.11%
GREEN value IS 86 (33.98% from 255) = 18.30%
BLUE value IS 219 (85.94% from 255) = 46.60%
R=35.11%
G=18.30%
B=46.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal165862190.250.6100.14275.6464.8859.8
HexA556DB193D0E114413c
Octal245126333317501642410174
Binary1010010110101101101101111001111101011101000101001000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A556DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A556DB; }

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

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

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

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

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

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

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

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