#B99AA3

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

Shades of Viola #B99AA3

Tints of Viola #B99AA3

Color information

#B99AA3 (or 0xB99AA3) is unknown color: approx Viola. HEX triplet: B9, 9A and A3. RGB value is (185,154,163). Sum of RGB (Red+Green+Blue) = 185+154+163=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 154 (60.55% from 255 or 30.68% from 502); Blue value is 163 (64.06% from 255 or 32.47% from 502); Max value from RGB is 185 - color contains mainly: red. Hex color #B99AA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99AA3 is #46655C. Grayscale: #A4A4A4. Windows color (decimal): -4613469 or 10721977. OLE color: 10721977.

HSL color Cylindrical-coordinate representation of color #B99AA3: hue angle of 342.58º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B99AA3 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB185154163-
CMYK00.170.120.27
HSL342.58º18.13%66.47%-
HSV(B)342.58º16.76%72.55%-
XYZ38.1736.0739.6-
YUV164.3127.27142.77-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.85%
GREEN value IS 154 (60.55% from 255) = 30.68%
BLUE value IS 163 (64.06% from 255) = 32.47%
R=36.85%
G=30.68%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515416300.170.120.27342.5818.1366.47
HexB99AA3011C1B1571242
Octal271232243021143352722102
Binary101110011001101010100011010001110011011101010111100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99AA3; }

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

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

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

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

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

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

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

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