#B581AB

Color #B581AB London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #B581AB

Tints of London Hue #B581AB

Color information

#B581AB (or 0xB581AB) is unknown color: approx London Hue. HEX triplet: B5, 81 and AB. RGB value is (181,129,171). Sum of RGB (Red+Green+Blue) = 181+129+171=481 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.63% from 481); Green value is 129 (50.78% from 255 or 26.82% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 181 - color contains mainly: red. Hex color #B581AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B581AB is #4A7E54. Grayscale: #959595. Windows color (decimal): -4882005 or 11239861. OLE color: 11239861.

HSL color Cylindrical-coordinate representation of color #B581AB: hue angle of 311.54º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B581AB is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB181129171-
CMYK00.290.060.29
HSL311.54º26%60.78%-
HSV(B)311.54º28.73%70.98%-
XYZ34.2628.4642.22-
YUV149.34140.23150.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.63%
GREEN value IS 129 (50.78% from 255) = 26.82%
BLUE value IS 171 (67.19% from 255) = 35.55%
R=37.63%
G=26.82%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112917100.290.060.29311.542660.78
HexB581AB01D61D1381a3d
Octal2652012530356354703275
Binary1011010110000001101010110111011101110110011100011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B581AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B581AB; }

 p { color: rgb(181,129,171); }

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

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

 a { background-color: rgb(181,129,171); }

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

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

 span { border-color: rgb(181,129,171); }

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