#BA93A0

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

Shades of Viola #BA93A0

Tints of Viola #BA93A0

Color information

#BA93A0 (or 0xBA93A0) is unknown color: approx Viola. HEX triplet: BA, 93 and A0. RGB value is (186,147,160). Sum of RGB (Red+Green+Blue) = 186+147+160=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 147 (57.81% from 255 or 29.82% from 493); Blue value is 160 (62.89% from 255 or 32.45% from 493); Max value from RGB is 186 - color contains mainly: red. Hex color #BA93A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA93A0 is #456C5F. Grayscale: #A0A0A0. Windows color (decimal): -4549728 or 10523578. OLE color: 10523578.

HSL color Cylindrical-coordinate representation of color #BA93A0: hue angle of 340º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BA93A0 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB186147160-
CMYK00.210.140.27
HSL340º22.03%65.29%-
HSV(B)340º20.97%72.94%-
XYZ37.0333.8437.84-
YUV160.14127.92146.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.73%
GREEN value IS 147 (57.81% from 255) = 29.82%
BLUE value IS 160 (62.89% from 255) = 32.45%
R=37.73%
G=29.82%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614716000.210.140.2734022.0365.29
HexBA93A0015E1B1541641
Octal272223240025163352426101
Binary101110101001001110100000010101111011011101010100101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA93A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA93A0; }

 p { color: rgb(186,147,160); }

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

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

 a { background-color: rgb(186,147,160); }

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

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

 span { border-color: rgb(186,147,160); }

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