#A361F6

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

Shades of Medium Purple #A361F6

Tints of Medium Purple #A361F6

Color information

#A361F6 (or 0xA361F6) is unknown color: approx Medium Purple. HEX triplet: A3, 61 and F6. RGB value is (163,97,246). Sum of RGB (Red+Green+Blue) = 163+97+246=506 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.21% from 506); Green value is 97 (38.28% from 255 or 19.17% from 506); Blue value is 246 (96.48% from 255 or 48.62% from 506); Max value from RGB is 246 - color contains mainly: blue. Hex color #A361F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A361F6 is #5C9E09. Grayscale: #858585. Windows color (decimal): -6069770 or 16146851. OLE color: 16146851.

HSL color Cylindrical-coordinate representation of color #A361F6: hue angle of 266.58º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A361F6 is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB16397246-
CMYK0.340.6100.04
HSL266.58º89.22%67.25%-
HSV(B)266.58º60.57%96.47%-
XYZ36.0122.9989.73-
YUV133.72191.37148.88-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.21%
GREEN value IS 97 (38.28% from 255) = 19.17%
BLUE value IS 246 (96.48% from 255) = 48.62%
R=32.21%
G=19.17%
B=48.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal163972460.340.6100.04266.5889.2267.25
HexA361F6223D0410b5943
Octal243141366427504413131103
Binary10100011110000111110110100010111101010010000101110110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A361F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A361F6; }

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

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

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

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

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

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

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

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