#A155FB

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

Shades of Medium Purple #A155FB

Tints of Medium Purple #A155FB

Color information

#A155FB (or 0xA155FB) is unknown color: approx Medium Purple. HEX triplet: A1, 55 and FB. RGB value is (161,85,251). Sum of RGB (Red+Green+Blue) = 161+85+251=497 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.39% from 497); Green value is 85 (33.59% from 255 or 17.10% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #A155FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A155FB is #5EAA04. Grayscale: #7E7E7E. Windows color (decimal): -6203909 or 16471457. OLE color: 16471457.

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

Color convert

RGB16185251-
CMYK0.360.6600.02
HSL267.47º95.4%65.88%-
HSV(B)267.47º66.14%98.43%-
XYZ35.3621.0493.46-
YUV126.65198.18152.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.39%
GREEN value IS 85 (33.59% from 255) = 17.10%
BLUE value IS 251 (98.44% from 255) = 50.50%
R=32.39%
G=17.10%
B=50.50%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal161852510.360.6600.02267.4795.465.88
HexA155FB24420210b5f42
Octal2411253734410202413137102
Binary10100001101010111111011100100100001001010000101110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A155FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A155FB; }

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

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

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

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

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

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

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

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