#B166AE

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

Shades of Violet Blue #B166AE

Tints of Violet Blue #B166AE

Color information

#B166AE (or 0xB166AE) is unknown color: approx Violet Blue. HEX triplet: B1, 66 and AE. RGB value is (177,102,174). Sum of RGB (Red+Green+Blue) = 177+102+174=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 102 (40.23% from 255 or 22.52% from 453); Blue value is 174 (68.36% from 255 or 38.41% from 453); Max value from RGB is 177 - color contains mainly: red. Hex color #B166AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B166AE is #4E9951. Grayscale: #848484. Windows color (decimal): -5151058 or 11429553. OLE color: 11429553.

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

Color convert

RGB177102174-
CMYK00.420.020.31
HSL302.4º32.47%54.71%-
HSV(B)302.4º42.37%69.41%-
XYZ30.5221.9142.66-
YUV132.63151.35159.65-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.07%
GREEN value IS 102 (40.23% from 255) = 22.52%
BLUE value IS 174 (68.36% from 255) = 38.41%
R=39.07%
G=22.52%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710217400.420.020.31302.432.4754.71
HexB166AE02A21F12e2037
Octal2611462560522374564067
Binary1011000111001101010111001010101011111100101110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B166AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B166AE; }

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

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

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

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

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

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

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

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