#BA60A6

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

Shades of Violet Blue #BA60A6

Tints of Violet Blue #BA60A6

Color information

#BA60A6 (or 0xBA60A6) is unknown color: approx Violet Blue. HEX triplet: BA, 60 and A6. RGB value is (186,96,166). Sum of RGB (Red+Green+Blue) = 186+96+166=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 96 (37.89% from 255 or 21.43% from 448); Blue value is 166 (65.23% from 255 or 37.05% from 448); Max value from RGB is 186 - color contains mainly: red. Hex color #BA60A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA60A6 is #459F59. Grayscale: #828282. Windows color (decimal): -4562778 or 10903738. OLE color: 10903738.

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

Color convert

RGB18696166-
CMYK00.480.110.27
HSL313.33º39.47%55.29%-
HSV(B)313.33º48.39%72.94%-
XYZ31.3221.5638.59-
YUV130.89147.82167.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.52%
GREEN value IS 96 (37.89% from 255) = 21.43%
BLUE value IS 166 (65.23% from 255) = 37.05%
R=41.52%
G=21.43%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869616600.480.110.27313.3339.4755.29
HexBA60A6030B1B1392737
Octal27214024606013334714767
Binary101110101100000101001100110000101111011100111001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA60A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA60A6; }

 p { color: rgb(186,96,166); }

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

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

 a { background-color: rgb(186,96,166); }

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

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

 span { border-color: rgb(186,96,166); }

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