#A361F9

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

Shades of Medium Purple #A361F9

Tints of Medium Purple #A361F9

Color information

#A361F9 (or 0xA361F9) is unknown color: approx Medium Purple. HEX triplet: A3, 61 and F9. RGB value is (163,97,249). Sum of RGB (Red+Green+Blue) = 163+97+249=509 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.02% from 509); Green value is 97 (38.28% from 255 or 19.06% from 509); Blue value is 249 (97.66% from 255 or 48.92% from 509); Max value from RGB is 249 - color contains mainly: blue. Hex color #A361F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A361F9 is #5C9E06. Grayscale: #858585. Windows color (decimal): -6069767 or 16343459. OLE color: 16343459.

HSL color Cylindrical-coordinate representation of color #A361F9: hue angle of 266.05º degrees, saturation: 0.93, 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 #A361F9 is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB16397249-
CMYK0.350.6100.02
HSL266.05º92.68%67.84%-
HSV(B)266.05º61.04%97.65%-
XYZ36.4823.1892.17-
YUV134.06192.87148.64-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.02%
GREEN value IS 97 (38.28% from 255) = 19.06%
BLUE value IS 249 (97.66% from 255) = 48.92%
R=32.02%
G=19.06%
B=48.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal163972490.350.6100.02266.0592.6867.84
HexA361F9233D0210a5d44
Octal243141371437502412135104
Binary1010001111000011111100110001111110101010000101010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A361F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A361F9; }

 p { color: rgb(163,97,249); }

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

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

 a { background-color: rgb(163,97,249); }

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

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

 span { border-color: rgb(163,97,249); }

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