#BA68AA

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

Shades of Violet Blue #BA68AA

Tints of Violet Blue #BA68AA

Color information

#BA68AA (or 0xBA68AA) is unknown color: approx Violet Blue. HEX triplet: BA, 68 and AA. RGB value is (186,104,170). Sum of RGB (Red+Green+Blue) = 186+104+170=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 104 (41.02% from 255 or 22.61% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 186 - color contains mainly: red. Hex color #BA68AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA68AA is #459755. Grayscale: #878787. Windows color (decimal): -4560726 or 11167930. OLE color: 11167930.

HSL color Cylindrical-coordinate representation of color #BA68AA: hue angle of 311.71º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA68AA is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB186104170-
CMYK00.440.090.27
HSL311.71º37.27%56.86%-
HSV(B)311.71º44.09%72.94%-
XYZ32.4623.2440.81-
YUV136.04147.17163.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.43%
GREEN value IS 104 (41.02% from 255) = 22.61%
BLUE value IS 170 (66.80% from 255) = 36.96%
R=40.43%
G=22.61%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610417000.440.090.27311.7137.2756.86
HexBA68AA02C91B1382539
Octal27215025205411334704571
Binary101110101101000101010100101100100111011100111000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA68AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA68AA; }

 p { color: rgb(186,104,170); }

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

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

 a { background-color: rgb(186,104,170); }

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

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

 span { border-color: rgb(186,104,170); }

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