#BA819A

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

Shades of Viola #BA819A

Tints of Viola #BA819A

Color information

#BA819A (or 0xBA819A) is unknown color: approx Viola. HEX triplet: BA, 81 and 9A. RGB value is (186,129,154). Sum of RGB (Red+Green+Blue) = 186+129+154=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 129 (50.78% from 255 or 27.51% from 469); Blue value is 154 (60.55% from 255 or 32.84% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BA819A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA819A is #457E65. Grayscale: #949494. Windows color (decimal): -4554342 or 10125754. OLE color: 10125754.

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

Color convert

RGB186129154-
CMYK00.310.170.27
HSL333.68º29.23%61.76%-
HSV(B)333.68º30.65%72.94%-
XYZ33.9328.4734.28-
YUV148.89130.88154.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.66%
GREEN value IS 129 (50.78% from 255) = 27.51%
BLUE value IS 154 (60.55% from 255) = 32.84%
R=39.66%
G=27.51%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612915400.310.170.27333.6829.2361.76
HexBA819A01F111B14e1d3e
Octal27220123203721335163576
Binary101110101000000110011010011111100011101110100111011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA819A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA819A; }

 p { color: rgb(186,129,154); }

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

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

 a { background-color: rgb(186,129,154); }

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

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

 span { border-color: rgb(186,129,154); }

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