#B19AA0

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

Shades of Viola #B19AA0

Tints of Viola #B19AA0

Color information

#B19AA0 (or 0xB19AA0) is unknown color: approx Viola. HEX triplet: B1, 9A and A0. RGB value is (177,154,160). Sum of RGB (Red+Green+Blue) = 177+154+160=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 154 (60.55% from 255 or 31.36% from 491); Blue value is 160 (62.89% from 255 or 32.59% from 491); Max value from RGB is 177 - color contains mainly: red. Hex color #B19AA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19AA0 is #4E655F. Grayscale: #A1A1A1. Windows color (decimal): -5137760 or 10525361. OLE color: 10525361.

HSL color Cylindrical-coordinate representation of color #B19AA0: hue angle of 344.35º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B19AA0 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB177154160-
CMYK00.130.100.31
HSL344.35º12.85%64.9%-
HSV(B)344.35º12.99%69.41%-
XYZ36.033538.11-
YUV161.56127.12139.01-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.05%
GREEN value IS 154 (60.55% from 255) = 31.36%
BLUE value IS 160 (62.89% from 255) = 32.59%
R=36.05%
G=31.36%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715416000.130.100.31344.3512.8564.9
HexB19AA00DA1F158d41
Octal261232240015123753015101
Binary1011000110011010101000000110110101111110101100011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19AA0; }

 p { color: rgb(177,154,160); }

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

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

 a { background-color: rgb(177,154,160); }

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

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

 span { border-color: rgb(177,154,160); }

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