#B166AF

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

Shades of Violet Blue #B166AF

Tints of Violet Blue #B166AF

Color information

#B166AF (or 0xB166AF) is unknown color: approx Violet Blue. HEX triplet: B1, 66 and AF. RGB value is (177,102,175). Sum of RGB (Red+Green+Blue) = 177+102+175=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 102 (40.23% from 255 or 22.47% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 177 - color contains mainly: red. Hex color #B166AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B166AF is #4E9950. Grayscale: #848484. Windows color (decimal): -5151057 or 11495089. OLE color: 11495089.

HSL color Cylindrical-coordinate representation of color #B166AF: hue angle of 301.6º 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 #B166AF is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB177102175-
CMYK00.420.010.31
HSL301.6º32.47%54.71%-
HSV(B)301.6º42.37%69.41%-
XYZ30.6221.9443.18-
YUV132.75151.85159.56-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.99%
GREEN value IS 102 (40.23% from 255) = 22.47%
BLUE value IS 175 (68.75% from 255) = 38.55%
R=38.99%
G=22.47%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710217500.420.010.31301.632.4754.71
HexB166AF02A11F12e2037
Octal2611462570521374564067
Binary101100011100110101011110101010111111100101110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B166AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B166AF; }

 p { color: rgb(177,102,175); }

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

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

 a { background-color: rgb(177,102,175); }

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

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

 span { border-color: rgb(177,102,175); }

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