#A861FB

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

Shades of Medium Purple #A861FB

Tints of Medium Purple #A861FB

Color information

#A861FB (or 0xA861FB) is unknown color: approx Medium Purple. HEX triplet: A8, 61 and FB. RGB value is (168,97,251). Sum of RGB (Red+Green+Blue) = 168+97+251=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 97 (38.28% from 255 or 18.80% from 516); Blue value is 251 (98.44% from 255 or 48.64% from 516); Max value from RGB is 251 - color contains mainly: blue. Hex color #A861FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A861FB is #579E04. Grayscale: #878787. Windows color (decimal): -5742085 or 16474536. OLE color: 16474536.

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

Color convert

RGB16897251-
CMYK0.330.6100.02
HSL267.66º95.06%68.24%-
HSV(B)267.66º61.35%98.43%-
XYZ37.8423.8493.87-
YUV135.78193.02150.98-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.56%
GREEN value IS 97 (38.28% from 255) = 18.80%
BLUE value IS 251 (98.44% from 255) = 48.64%
R=32.56%
G=18.80%
B=48.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal168972510.330.6100.02267.6695.0668.24
HexA861FB213D0210c5f44
Octal250141373417502414137104
Binary1010100011000011111101110000111110101010000110010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A861FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A861FB; }

 p { color: rgb(168,97,251); }

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

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

 a { background-color: rgb(168,97,251); }

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

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

 span { border-color: rgb(168,97,251); }

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