#B07AAA

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

Shades of London Hue #B07AAA

Tints of London Hue #B07AAA

Color information

#B07AAA (or 0xB07AAA) is unknown color: approx London Hue. HEX triplet: B0, 7A and AA. RGB value is (176,122,170). Sum of RGB (Red+Green+Blue) = 176+122+170=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 176 - color contains mainly: red. Hex color #B07AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07AAA is #4F8555. Grayscale: #8F8F8F. Windows color (decimal): -5211478 or 11172528. OLE color: 11172528.

HSL color Cylindrical-coordinate representation of color #B07AAA: hue angle of 306.67º 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 #B07AAA is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB176122170-
CMYK00.310.030.31
HSL306.67º25.47%58.43%-
HSV(B)306.67º30.68%69.02%-
XYZ32.1226.0541.37-
YUV143.62142.89151.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.61%
GREEN value IS 122 (48.05% from 255) = 26.07%
BLUE value IS 170 (66.80% from 255) = 36.32%
R=37.61%
G=26.07%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612217000.310.030.31306.6725.4758.43
HexB07AAA01F31F133193a
Octal2601722520373374633172
Binary10110000111101010101010011111111111110011001111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07AAA; }

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

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

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

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

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

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

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

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