#A561FA

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

Shades of Medium Purple #A561FA

Tints of Medium Purple #A561FA

Color information

#A561FA (or 0xA561FA) is unknown color: approx Medium Purple. HEX triplet: A5, 61 and FA. RGB value is (165,97,250). Sum of RGB (Red+Green+Blue) = 165+97+250=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 97 (38.28% from 255 or 18.95% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #A561FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A561FA is #5A9E05. Grayscale: #868686. Windows color (decimal): -5938694 or 16408997. OLE color: 16408997.

HSL color Cylindrical-coordinate representation of color #A561FA: hue angle of 266.67º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A561FA is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB16597250-
CMYK0.340.6100.02
HSL266.67º93.87%68.04%-
HSV(B)266.67º61.2%98.04%-
XYZ37.0523.4593.02-
YUV134.77193.03149.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.23%
GREEN value IS 97 (38.28% from 255) = 18.95%
BLUE value IS 250 (98.05% from 255) = 48.83%
R=32.23%
G=18.95%
B=48.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal165972500.340.6100.02266.6793.8768.04
HexA561FA223D0210b5e44
Octal245141372427502413136104
Binary1010010111000011111101010001011110101010000101110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A561FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A561FA; }

 p { color: rgb(165,97,250); }

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

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

 a { background-color: rgb(165,97,250); }

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

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

 span { border-color: rgb(165,97,250); }

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