#A256D1

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

Shades of Amethyst #A256D1

Tints of Amethyst #A256D1

Color information

#A256D1 (or 0xA256D1) is unknown color: approx Amethyst. HEX triplet: A2, 56 and D1. RGB value is (162,86,209). Sum of RGB (Red+Green+Blue) = 162+86+209=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 86 (33.98% from 255 or 18.82% from 457); Blue value is 209 (82.03% from 255 or 45.73% from 457); Max value from RGB is 209 - color contains mainly: blue. Hex color #A256D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A256D1 is #5DA92E. Grayscale: #7A7A7A. Windows color (decimal): -6138159 or 13719202. OLE color: 13719202.

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

Color convert

RGB16286209-
CMYK0.220.5900.18
HSL277.07º57.21%57.84%-
HSV(B)277.07º58.85%81.96%-
XYZ29.7418.9462.41-
YUV122.75176.68156-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.45%
GREEN value IS 86 (33.98% from 255) = 18.82%
BLUE value IS 209 (82.03% from 255) = 45.73%
R=35.45%
G=18.82%
B=45.73%

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
Decimal162862090.220.5900.18277.0757.2157.84
HexA256D1163B012115393a
Octal24212632126730224257172
Binary1010001010101101101000110110111011010010100010101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A256D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A256D1; }

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

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

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

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

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

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

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

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