#A561FD

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

Shades of Medium Purple #A561FD

Tints of Medium Purple #A561FD

Color information

#A561FD (or 0xA561FD) is unknown color: approx Medium Purple. HEX triplet: A5, 61 and FD. RGB value is (165,97,253). Sum of RGB (Red+Green+Blue) = 165+97+253=515 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.04% from 515); Green value is 97 (38.28% from 255 or 18.83% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #A561FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A561FD is #5A9E02. Grayscale: #868686. Windows color (decimal): -5938691 or 16605605. OLE color: 16605605.

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

Color convert

RGB16597253-
CMYK0.350.6200.01
HSL266.15º97.5%68.63%-
HSV(B)266.15º61.66%99.22%-
XYZ37.5223.6495.51-
YUV135.12194.53149.32-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.04%
GREEN value IS 97 (38.28% from 255) = 18.83%
BLUE value IS 253 (99.22% from 255) = 49.13%
R=32.04%
G=18.83%
B=49.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal165972530.350.6200.01266.1597.568.63
HexA561FD233E0110a6245
Octal245141375437601412142105
Binary101001011100001111111011000111111100110000101011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A561FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A561FD; }

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

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

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

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

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

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

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

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