#B16DAB

Color #B16DAB Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #B16DAB

Tints of Violet Blue #B16DAB

Color information

#B16DAB (or 0xB16DAB) is unknown color: approx Violet Blue. HEX triplet: B1, 6D and AB. RGB value is (177,109,171). Sum of RGB (Red+Green+Blue) = 177+109+171=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 109 (42.97% from 255 or 23.85% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 177 - color contains mainly: red. Hex color #B16DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16DAB is #4E9254. Grayscale: #888888. Windows color (decimal): -5149269 or 11234737. OLE color: 11234737.

HSL color Cylindrical-coordinate representation of color #B16DAB: hue angle of 305.29º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B16DAB is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB177109171-
CMYK00.380.030.31
HSL305.29º30.36%56.08%-
HSV(B)305.29º38.42%69.41%-
XYZ30.9523.2241.38-
YUV136.4147.53156.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.73%
GREEN value IS 109 (42.97% from 255) = 23.85%
BLUE value IS 171 (67.19% from 255) = 37.42%
R=38.73%
G=23.85%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710917100.380.030.31305.2930.3656.08
HexB16DAB02631F1311e38
Octal2611552530463374613670
Binary101100011101101101010110100110111111110011000111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16DAB; }

 p { color: rgb(177,109,171); }

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

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

 a { background-color: rgb(177,109,171); }

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

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

 span { border-color: rgb(177,109,171); }

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