#B17AAA

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

Shades of London Hue #B17AAA

Tints of London Hue #B17AAA

Color information

#B17AAA (or 0xB17AAA) is unknown color: approx London Hue. HEX triplet: B1, 7A and AA. RGB value is (177,122,170). Sum of RGB (Red+Green+Blue) = 177+122+170=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 122 (48.05% from 255 or 26.01% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 177 - color contains mainly: red. Hex color #B17AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17AAA is #4E8555. Grayscale: #8F8F8F. Windows color (decimal): -5145942 or 11172529. OLE color: 11172529.

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

Color convert

RGB177122170-
CMYK00.310.040.31
HSL307.64º26.07%58.63%-
HSV(B)307.64º31.07%69.41%-
XYZ32.3526.1741.38-
YUV143.92142.72151.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.74%
GREEN value IS 122 (48.05% from 255) = 26.01%
BLUE value IS 170 (66.80% from 255) = 36.25%
R=37.74%
G=26.01%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712217000.310.040.31307.6426.0758.63
HexB17AAA01F41F1341a3b
Octal2611722520374374643273
Binary101100011111010101010100111111001111110011010011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17AAA; }

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

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

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

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

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

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

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

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