#A556FC

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

Shades of Medium Purple #A556FC

Tints of Medium Purple #A556FC

Color information

#A556FC (or 0xA556FC) is unknown color: approx Medium Purple. HEX triplet: A5, 56 and FC. RGB value is (165,86,252). Sum of RGB (Red+Green+Blue) = 165+86+252=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 86 (33.98% from 255 or 17.10% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #A556FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A556FC is #5AA903. Grayscale: #7F7F7F. Windows color (decimal): -5941508 or 16537253. OLE color: 16537253.

HSL color Cylindrical-coordinate representation of color #A556FC: hue angle of 268.55º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A556FC is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB16586252-
CMYK0.350.6600.01
HSL268.55º96.51%66.27%-
HSV(B)268.55º65.87%98.82%-
XYZ36.4221.6894.36-
YUV128.55197.67154-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.80%
GREEN value IS 86 (33.98% from 255) = 17.10%
BLUE value IS 252 (98.83% from 255) = 50.10%
R=32.80%
G=17.10%
B=50.10%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal165862520.350.6600.01268.5596.5166.27
HexA556FC23420110d6142
Octal2451263744310201415141102
Binary1010010110101101111110010001110000100110000110111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A556FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A556FC; }

 p { color: rgb(165,86,252); }

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

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

 a { background-color: rgb(165,86,252); }

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

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

 span { border-color: rgb(165,86,252); }

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