#B16AAD

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

Shades of Violet Blue #B16AAD

Tints of Violet Blue #B16AAD

Color information

#B16AAD (or 0xB16AAD) is unknown color: approx Violet Blue. HEX triplet: B1, 6A and AD. RGB value is (177,106,173). Sum of RGB (Red+Green+Blue) = 177+106+173=456 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.82% from 456); Green value is 106 (41.80% from 255 or 23.25% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 177 - color contains mainly: red. Hex color #B16AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16AAD is #4E9552. Grayscale: #868686. Windows color (decimal): -5150035 or 11365041. OLE color: 11365041.

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

Color convert

RGB177106173-
CMYK00.400.020.31
HSL303.38º31.28%55.49%-
HSV(B)303.38º40.11%69.41%-
XYZ30.8322.6742.29-
YUV134.87149.52158.05-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.82%
GREEN value IS 106 (41.80% from 255) = 23.25%
BLUE value IS 173 (67.97% from 255) = 37.94%
R=38.82%
G=23.25%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710617300.400.020.31303.3831.2855.49
HexB16AAD02821F12f1f37
Octal2611522550502374573767
Binary101100011101010101011010101000101111110010111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16AAD; }

 p { color: rgb(177,106,173); }

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

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

 a { background-color: rgb(177,106,173); }

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

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

 span { border-color: rgb(177,106,173); }

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