#A256D5

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

Shades of Amethyst #A256D5

Tints of Amethyst #A256D5

Color information

#A256D5 (or 0xA256D5) is unknown color: approx Amethyst. HEX triplet: A2, 56 and D5. RGB value is (162,86,213). Sum of RGB (Red+Green+Blue) = 162+86+213=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 86 (33.98% from 255 or 18.66% from 461); Blue value is 213 (83.59% from 255 or 46.20% from 461); Max value from RGB is 213 - color contains mainly: blue. Hex color #A256D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A256D5 is #5DA92A. Grayscale: #7A7A7A. Windows color (decimal): -6138155 or 13981346. OLE color: 13981346.

HSL color Cylindrical-coordinate representation of color #A256D5: hue angle of 275.91º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A256D5 is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16286213-
CMYK0.240.6000.16
HSL275.91º60.19%58.63%-
HSV(B)275.91º59.62%83.53%-
XYZ30.2419.1465.05-
YUV123.2178.68155.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.14%
GREEN value IS 86 (33.98% from 255) = 18.66%
BLUE value IS 213 (83.59% from 255) = 46.20%
R=35.14%
G=18.66%
B=46.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal162862130.240.6000.16275.9160.1958.63
HexA256D5183C0101143c3b
Octal24212632530740204247473
Binary1010001010101101101010111000111100010000100010100111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A256D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A256D5; }

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

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

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

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

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

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

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

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