#A56CF1

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

Shades of Medium Purple #A56CF1

Tints of Medium Purple #A56CF1

Color information

#A56CF1 (or 0xA56CF1) is unknown color: approx Medium Purple. HEX triplet: A5, 6C and F1. RGB value is (165,108,241). Sum of RGB (Red+Green+Blue) = 165+108+241=514 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.10% from 514); Green value is 108 (42.58% from 255 or 21.01% from 514); Blue value is 241 (94.53% from 255 or 46.89% from 514); Max value from RGB is 241 - color contains mainly: blue. Hex color #A56CF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A56CF1 is #5A930E. Grayscale: #8B8B8B. Windows color (decimal): -5935887 or 15821989. OLE color: 15821989.

HSL color Cylindrical-coordinate representation of color #A56CF1: hue angle of 265.71º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A56CF1 is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB165108241-
CMYK0.320.5500.05
HSL265.71º82.61%68.43%-
HSV(B)265.71º55.19%94.51%-
XYZ36.7625.0886.12-
YUV140.2184.88145.69-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.10%
GREEN value IS 108 (42.58% from 255) = 21.01%
BLUE value IS 241 (94.53% from 255) = 46.89%
R=32.10%
G=21.01%
B=46.89%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1651082410.320.5500.05265.7182.6168.43
HexA56CF120370510a5344
Octal245154361406705412123104
Binary10100101110110011110001100000110111010110000101010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56CF1; }

 p { color: rgb(165,108,241); }

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

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

 a { background-color: rgb(165,108,241); }

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

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

 span { border-color: rgb(165,108,241); }

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