#BA92A2

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

Shades of Viola #BA92A2

Tints of Viola #BA92A2

Color information

#BA92A2 (or 0xBA92A2) is unknown color: approx Viola. HEX triplet: BA, 92 and A2. RGB value is (186,146,162). Sum of RGB (Red+Green+Blue) = 186+146+162=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 146 (57.42% from 255 or 29.55% from 494); Blue value is 162 (63.67% from 255 or 32.79% from 494); Max value from RGB is 186 - color contains mainly: red. Hex color #BA92A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA92A2 is #456D5D. Grayscale: #9F9F9F. Windows color (decimal): -4549982 or 10654394. OLE color: 10654394.

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

Color convert

RGB186146162-
CMYK00.220.130.27
HSL336º22.47%65.1%-
HSV(B)336º21.51%72.94%-
XYZ37.0533.6138.72-
YUV159.78129.25146.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.65%
GREEN value IS 146 (57.42% from 255) = 29.55%
BLUE value IS 162 (63.67% from 255) = 32.79%
R=37.65%
G=29.55%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614616200.220.130.2733622.4765.1
HexBA92A2016D1B1501641
Octal272222242026153352026101
Binary101110101001001010100010010110110111011101010000101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA92A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA92A2; }

 p { color: rgb(186,146,162); }

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

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

 a { background-color: rgb(186,146,162); }

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

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

 span { border-color: rgb(186,146,162); }

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