#A56FCA

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

Shades of Amethyst #A56FCA

Tints of Amethyst #A56FCA

Color information

#A56FCA (or 0xA56FCA) is unknown color: approx Amethyst. HEX triplet: A5, 6F and CA. RGB value is (165,111,202). Sum of RGB (Red+Green+Blue) = 165+111+202=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 111 (43.75% from 255 or 23.22% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 202 - color contains mainly: blue. Hex color #A56FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56FCA is #5A9035. Grayscale: #898989. Windows color (decimal): -5935158 or 13266853. OLE color: 13266853.

HSL color Cylindrical-coordinate representation of color #A56FCA: hue angle of 275.6º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A56FCA is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB165111202-
CMYK0.180.4500.21
HSL275.6º46.19%61.37%-
HSV(B)275.6º45.05%79.22%-
XYZ31.8623.6358.76-
YUV137.52164.39147.6-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.52%
GREEN value IS 111 (43.75% from 255) = 23.22%
BLUE value IS 202 (79.30% from 255) = 42.26%
R=34.52%
G=23.22%
B=42.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1651112020.180.4500.21275.646.1961.37
HexA56FCA122D0151142e3d
Octal24515731222550254245675
Binary1010010111011111100101010010101101010101100010100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56FCA; }

 p { color: rgb(165,111,202); }

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

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

 a { background-color: rgb(165,111,202); }

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

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

 span { border-color: rgb(165,111,202); }

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