#A356D1

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

Shades of Amethyst #A356D1

Tints of Amethyst #A356D1

Color information

#A356D1 (or 0xA356D1) is unknown color: approx Amethyst. HEX triplet: A3, 56 and D1. RGB value is (163,86,209). Sum of RGB (Red+Green+Blue) = 163+86+209=458 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.59% from 458); Green value is 86 (33.98% from 255 or 18.78% from 458); Blue value is 209 (82.03% from 255 or 45.63% from 458); Max value from RGB is 209 - color contains mainly: blue. Hex color #A356D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A356D1 is #5CA92E. Grayscale: #7A7A7A. Windows color (decimal): -6072623 or 13719203. OLE color: 13719203.

HSL color Cylindrical-coordinate representation of color #A356D1: hue angle of 277.56º degrees, saturation: 0.57, 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 #A356D1 is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16386209-
CMYK0.220.5900.18
HSL277.56º57.21%57.84%-
HSV(B)277.56º58.85%81.96%-
XYZ29.9419.0562.42-
YUV123.04176.51156.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.59%
GREEN value IS 86 (33.98% from 255) = 18.78%
BLUE value IS 209 (82.03% from 255) = 45.63%
R=35.59%
G=18.78%
B=45.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal163862090.220.5900.18277.5657.2157.84
HexA356D1163B012116393a
Octal24312632126730224267172
Binary1010001110101101101000110110111011010010100010110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A356D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A356D1; }

 p { color: rgb(163,86,209); }

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

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

 a { background-color: rgb(163,86,209); }

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

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

 span { border-color: rgb(163,86,209); }

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