#A560FF

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

Shades of Medium Purple #A560FF

Tints of Medium Purple #A560FF

Color information

#A560FF (or 0xA560FF) is unknown color: approx Medium Purple. HEX triplet: A5, 60 and FF. RGB value is (165,96,255). Sum of RGB (Red+Green+Blue) = 165+96+255=516 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.98% from 516); Green value is 96 (37.89% from 255 or 18.60% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #A560FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A560FF is #5A9F00. Grayscale: #868686. Windows color (decimal): -5938945 or 16736421. OLE color: 16736421.

HSL color Cylindrical-coordinate representation of color #A560FF: hue angle of 266.04º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A560FF is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB16596255-
CMYK0.350.6200
HSL266.04º100%68.82%-
HSV(B)266.04º62.35%100%-
XYZ37.7523.5997.17-
YUV134.76195.86149.57-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.98%
GREEN value IS 96 (37.89% from 255) = 18.60%
BLUE value IS 255 (100% from 255) = 49.42%
R=31.98%
G=18.60%
B=49.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal165962550.350.6200266.0410068.82
HexA560FF233E0010a6445
Octal245140377437600412144105
Binary101001011100000111111111000111111100010000101011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A560FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A560FF; }

 p { color: rgb(165,96,255); }

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

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

 a { background-color: rgb(165,96,255); }

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

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

 span { border-color: rgb(165,96,255); }

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