#B07AAE

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

Shades of London Hue #B07AAE

Tints of London Hue #B07AAE

Color information

#B07AAE (or 0xB07AAE) is unknown color: approx London Hue. HEX triplet: B0, 7A and AE. RGB value is (176,122,174). Sum of RGB (Red+Green+Blue) = 176+122+174=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 122 (48.05% from 255 or 25.85% from 472); Blue value is 174 (68.36% from 255 or 36.86% from 472); Max value from RGB is 176 - color contains mainly: red. Hex color #B07AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07AAE is #4F8551. Grayscale: #8F8F8F. Windows color (decimal): -5211474 or 11434672. OLE color: 11434672.

HSL color Cylindrical-coordinate representation of color #B07AAE: hue angle of 302.22º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B07AAE is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB176122174-
CMYK00.310.010.31
HSL302.22º25.47%58.43%-
HSV(B)302.22º30.68%69.02%-
XYZ32.526.2143.39-
YUV144.07144.89150.77-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.29%
GREEN value IS 122 (48.05% from 255) = 25.85%
BLUE value IS 174 (68.36% from 255) = 36.86%
R=37.29%
G=25.85%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612217400.310.010.31302.2225.4758.43
HexB07AAE01F11F12e193a
Octal2601722560371374563172
Binary1011000011110101010111001111111111110010111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07AAE; }

 p { color: rgb(176,122,174); }

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

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

 a { background-color: rgb(176,122,174); }

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

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

 span { border-color: rgb(176,122,174); }

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