#BA7AAF

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

Shades of London Hue #BA7AAF

Tints of London Hue #BA7AAF

Color information

#BA7AAF (or 0xBA7AAF) is unknown color: approx London Hue. HEX triplet: BA, 7A and AF. RGB value is (186,122,175). Sum of RGB (Red+Green+Blue) = 186+122+175=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 122 (48.05% from 255 or 25.26% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7AAF is #458550. Grayscale: #939393. Windows color (decimal): -4556113 or 11500218. OLE color: 11500218.

HSL color Cylindrical-coordinate representation of color #BA7AAF: hue angle of 310.31º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA7AAF is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB186122175-
CMYK00.340.060.27
HSL310.31º31.68%60.39%-
HSV(B)310.31º34.41%72.94%-
XYZ34.9527.4544.01-
YUV147.18143.7155.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.51%
GREEN value IS 122 (48.05% from 255) = 25.26%
BLUE value IS 175 (68.75% from 255) = 36.23%
R=38.51%
G=25.26%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612217500.340.060.27310.3131.6860.39
HexBA7AAF02261B136203c
Octal2721722570426334664074
Binary10111010111101010101111010001011011011100110110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7AAF; }

 p { color: rgb(186,122,175); }

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

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

 a { background-color: rgb(186,122,175); }

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

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

 span { border-color: rgb(186,122,175); }

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