#A151FB

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

Shades of Medium Purple #A151FB

Tints of Medium Purple #A151FB

Color information

#A151FB (or 0xA151FB) is unknown color: approx Medium Purple. HEX triplet: A1, 51 and FB. RGB value is (161,81,251). Sum of RGB (Red+Green+Blue) = 161+81+251=493 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.66% from 493); Green value is 81 (32.03% from 255 or 16.43% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #A151FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A151FB is #5EAE04. Grayscale: #7B7B7B. Windows color (decimal): -6204933 or 16470433. OLE color: 16470433.

HSL color Cylindrical-coordinate representation of color #A151FB: hue angle of 268.24º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A151FB is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB16181251-
CMYK0.360.6800.02
HSL268.24º95.51%65.1%-
HSV(B)268.24º67.73%98.43%-
XYZ35.0520.4393.36-
YUV124.3199.5154.18-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.66%
GREEN value IS 81 (32.03% from 255) = 16.43%
BLUE value IS 251 (98.44% from 255) = 50.91%
R=32.66%
G=16.43%
B=50.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal161812510.360.6800.02268.2495.5165.1
HexA151FB24440210c6041
Octal2411213734410402414140101
Binary10100001101000111111011100100100010001010000110011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A151FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A151FB; }

 p { color: rgb(161,81,251); }

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

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

 a { background-color: rgb(161,81,251); }

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

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

 span { border-color: rgb(161,81,251); }

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