#BA9AA5

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

Shades of Viola #BA9AA5

Tints of Viola #BA9AA5

Color information

#BA9AA5 (or 0xBA9AA5) is unknown color: approx Viola. HEX triplet: BA, 9A and A5. RGB value is (186,154,165). Sum of RGB (Red+Green+Blue) = 186+154+165=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 154 (60.55% from 255 or 30.50% from 505); Blue value is 165 (64.84% from 255 or 32.67% from 505); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9AA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9AA5 is #45655A. Grayscale: #A4A4A4. Windows color (decimal): -4547931 or 10853050. OLE color: 10853050.

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

Color convert

RGB186154165-
CMYK00.170.110.27
HSL339.38º18.82%66.67%-
HSV(B)339.38º17.2%72.94%-
XYZ38.636.2740.56-
YUV164.82128.1143.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.83%
GREEN value IS 154 (60.55% from 255) = 30.50%
BLUE value IS 165 (64.84% from 255) = 32.67%
R=36.83%
G=30.50%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615416500.170.110.27339.3818.8266.67
HexBA9AA5011B1B1531343
Octal272232245021133352323103
Binary101110101001101010100101010001101111011101010011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9AA5; }

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

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

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

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

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

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

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

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