#B59AA4

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

Shades of Viola #B59AA4

Tints of Viola #B59AA4

Color information

#B59AA4 (or 0xB59AA4) is unknown color: approx Viola. HEX triplet: B5, 9A and A4. RGB value is (181,154,164). Sum of RGB (Red+Green+Blue) = 181+154+164=499 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.27% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 164 (64.45% from 255 or 32.87% from 499); Max value from RGB is 181 - color contains mainly: red. Hex color #B59AA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59AA4 is #4A655B. Grayscale: #A3A3A3. Windows color (decimal): -4875612 or 10787509. OLE color: 10787509.

HSL color Cylindrical-coordinate representation of color #B59AA4: hue angle of 337.78º 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 #B59AA4 is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB181154164-
CMYK00.150.090.29
HSL337.78º15.43%65.69%-
HSV(B)337.78º14.92%70.98%-
XYZ37.3135.6240.03-
YUV163.21128.45140.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.27%
GREEN value IS 154 (60.55% from 255) = 30.86%
BLUE value IS 164 (64.45% from 255) = 32.87%
R=36.27%
G=30.86%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115416400.150.090.29337.7815.4365.69
HexB59AA40F91D152f42
Octal265232244017113552217102
Binary1011010110011010101001000111110011110110101001011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59AA4; }

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

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

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

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

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

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

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

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