#A561F1

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

Shades of Medium Purple #A561F1

Tints of Medium Purple #A561F1

Color information

#A561F1 (or 0xA561F1) is unknown color: approx Medium Purple. HEX triplet: A5, 61 and F1. RGB value is (165,97,241). Sum of RGB (Red+Green+Blue) = 165+97+241=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 97 (38.28% from 255 or 19.28% from 503); Blue value is 241 (94.53% from 255 or 47.91% from 503); Max value from RGB is 241 - color contains mainly: blue. Hex color #A561F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A561F1 is #5A9E0E. Grayscale: #858585. Windows color (decimal): -5938703 or 15819173. OLE color: 15819173.

HSL color Cylindrical-coordinate representation of color #A561F1: hue angle of 268.33º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A561F1 is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB16597241-
CMYK0.320.6000.05
HSL268.33º83.72%66.27%-
HSV(B)268.33º59.75%94.51%-
XYZ35.6722.985.76-
YUV133.75188.53150.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.80%
GREEN value IS 97 (38.28% from 255) = 19.28%
BLUE value IS 241 (94.53% from 255) = 47.91%
R=32.80%
G=19.28%
B=47.91%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal165972410.320.6000.05268.3383.7266.27
HexA561F1203C0510c5442
Octal245141361407405414124102
Binary10100101110000111110001100000111100010110000110010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A561F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A561F1; }

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

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

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

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

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

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

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

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