#B167AB

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

Shades of Violet Blue #B167AB

Tints of Violet Blue #B167AB

Color information

#B167AB (or 0xB167AB) is unknown color: approx Violet Blue. HEX triplet: B1, 67 and AB. RGB value is (177,103,171). Sum of RGB (Red+Green+Blue) = 177+103+171=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 103 (40.62% from 255 or 22.84% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 177 - color contains mainly: red. Hex color #B167AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B167AB is #4E9854. Grayscale: #848484. Windows color (decimal): -5150805 or 11233201. OLE color: 11233201.

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

Color convert

RGB177103171-
CMYK00.420.030.31
HSL304.86º32.17%54.9%-
HSV(B)304.86º41.81%69.41%-
XYZ30.3321.9941.17-
YUV132.88149.52159.47-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.25%
GREEN value IS 103 (40.62% from 255) = 22.84%
BLUE value IS 171 (67.19% from 255) = 37.92%
R=39.25%
G=22.84%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710317100.420.030.31304.8632.1754.9
HexB167AB02A31F1312037
Octal2611472530523374614067
Binary1011000111001111010101101010101111111100110001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B167AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B167AB; }

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

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

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

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

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

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

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

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