#BA8EA3

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

Shades of Viola #BA8EA3

Tints of Viola #BA8EA3

Color information

#BA8EA3 (or 0xBA8EA3) is unknown color: approx Viola. HEX triplet: BA, 8E and A3. RGB value is (186,142,163). Sum of RGB (Red+Green+Blue) = 186+142+163=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 142 (55.86% from 255 or 28.92% from 491); Blue value is 163 (64.06% from 255 or 33.20% from 491); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8EA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8EA3 is #45715C. Grayscale: #9D9D9D. Windows color (decimal): -4551005 or 10718906. OLE color: 10718906.

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

Color convert

RGB186142163-
CMYK00.240.120.27
HSL331.36º24.18%64.31%-
HSV(B)331.36º23.66%72.94%-
XYZ36.5332.4338.98-
YUV157.55131.08148.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.88%
GREEN value IS 142 (55.86% from 255) = 28.92%
BLUE value IS 163 (64.06% from 255) = 33.20%
R=37.88%
G=28.92%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614216300.240.120.27331.3624.1864.31
HexBA8EA3018C1B14b1840
Octal272216243030143351330100
Binary101110101000111010100011011000110011011101001011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8EA3; }

 p { color: rgb(186,142,163); }

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

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

 a { background-color: rgb(186,142,163); }

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

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

 span { border-color: rgb(186,142,163); }

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