#B169AF

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

Shades of Violet Blue #B169AF

Tints of Violet Blue #B169AF

Color information

#B169AF (or 0xB169AF) is unknown color: approx Violet Blue. HEX triplet: B1, 69 and AF. RGB value is (177,105,175). Sum of RGB (Red+Green+Blue) = 177+105+175=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 105 (41.41% from 255 or 22.98% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 177 - color contains mainly: red. Hex color #B169AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B169AF is #4E9650. Grayscale: #868686. Windows color (decimal): -5150289 or 11495857. OLE color: 11495857.

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

Color convert

RGB177105175-
CMYK00.410.010.31
HSL301.67º31.58%55.29%-
HSV(B)301.67º40.68%69.41%-
XYZ30.9222.5543.28-
YUV134.51150.85158.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.73%
GREEN value IS 105 (41.41% from 255) = 22.98%
BLUE value IS 175 (68.75% from 255) = 38.29%
R=38.73%
G=22.98%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710517500.410.010.31301.6731.5855.29
HexB169AF02911F12e2037
Octal2611512570511374564067
Binary101100011101001101011110101001111111100101110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B169AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B169AF; }

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

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

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

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

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

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

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

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