#B59AA3

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

Shades of Viola #B59AA3

Tints of Viola #B59AA3

Color information

#B59AA3 (or 0xB59AA3) is unknown color: approx Viola. HEX triplet: B5, 9A and A3. RGB value is (181,154,163). Sum of RGB (Red+Green+Blue) = 181+154+163=498 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.35% from 498); Green value is 154 (60.55% from 255 or 30.92% from 498); Blue value is 163 (64.06% from 255 or 32.73% from 498); Max value from RGB is 181 - color contains mainly: red. Hex color #B59AA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59AA3 is #4A655C. Grayscale: #A3A3A3. Windows color (decimal): -4875613 or 10721973. OLE color: 10721973.

HSL color Cylindrical-coordinate representation of color #B59AA3: hue angle of 340º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B59AA3 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB181154163-
CMYK00.150.100.29
HSL340º15.43%65.69%-
HSV(B)340º14.92%70.98%-
XYZ37.2235.5839.56-
YUV163.1127.95140.77-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.35%
GREEN value IS 154 (60.55% from 255) = 30.92%
BLUE value IS 163 (64.06% from 255) = 32.73%
R=36.35%
G=30.92%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115416300.150.100.2934015.4365.69
HexB59AA30FA1D154f42
Octal265232243017123552417102
Binary1011010110011010101000110111110101110110101010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59AA3; }

 p { color: rgb(181,154,163); }

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

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

 a { background-color: rgb(181,154,163); }

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

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

 span { border-color: rgb(181,154,163); }

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