#A456D5

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

Shades of Amethyst #A456D5

Tints of Amethyst #A456D5

Color information

#A456D5 (or 0xA456D5) is unknown color: approx Amethyst. HEX triplet: A4, 56 and D5. RGB value is (164,86,213). Sum of RGB (Red+Green+Blue) = 164+86+213=463 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.42% from 463); Green value is 86 (33.98% from 255 or 18.57% from 463); Blue value is 213 (83.59% from 255 or 46.00% from 463); Max value from RGB is 213 - color contains mainly: blue. Hex color #A456D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A456D5 is #5BA92A. Grayscale: #7B7B7B. Windows color (decimal): -6007083 or 13981348. OLE color: 13981348.

HSL color Cylindrical-coordinate representation of color #A456D5: hue angle of 276.85º 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 #A456D5 is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16486213-
CMYK0.230.6000.16
HSL276.85º60.19%58.63%-
HSV(B)276.85º59.62%83.53%-
XYZ30.6519.3565.07-
YUV123.8178.34156.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.42%
GREEN value IS 86 (33.98% from 255) = 18.57%
BLUE value IS 213 (83.59% from 255) = 46.00%
R=35.42%
G=18.57%
B=46.00%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal164862130.230.6000.16276.8560.1958.63
HexA456D5173C0101153c3b
Octal24412632527740204257473
Binary1010010010101101101010110111111100010000100010101111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A456D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A456D5; }

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

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

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

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

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

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

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

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