#A656DB

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

Shades of Amethyst #A656DB

Tints of Amethyst #A656DB

Color information

#A656DB (or 0xA656DB) is unknown color: approx Amethyst. HEX triplet: A6, 56 and DB. RGB value is (166,86,219). Sum of RGB (Red+Green+Blue) = 166+86+219=471 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.24% from 471); Green value is 86 (33.98% from 255 or 18.26% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #A656DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A656DB is #59A924. Grayscale: #7C7C7C. Windows color (decimal): -5876005 or 14374566. OLE color: 14374566.

HSL color Cylindrical-coordinate representation of color #A656DB: hue angle of 276.09º 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 #A656DB is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB16686219-
CMYK0.240.6100.14
HSL276.09º64.88%59.8%-
HSV(B)276.09º60.73%85.88%-
XYZ31.8419.8869.18-
YUV125.08181157.19-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.24%
GREEN value IS 86 (33.98% from 255) = 18.26%
BLUE value IS 219 (85.94% from 255) = 46.50%
R=35.24%
G=18.26%
B=46.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal166862190.240.6100.14276.0964.8859.8
HexA656DB183D0E114413c
Octal246126333307501642410174
Binary1010011010101101101101111000111101011101000101001000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A656DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A656DB; }

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

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

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

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

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

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

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

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