#AB7BAC

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

Shades of London Hue #AB7BAC

Tints of London Hue #AB7BAC

Color information

#AB7BAC (or 0xAB7BAC) is unknown color: approx London Hue. HEX triplet: AB, 7B and AC. RGB value is (171,123,172). Sum of RGB (Red+Green+Blue) = 171+123+172=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 123 (48.44% from 255 or 26.39% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB7BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7BAC is #548453. Grayscale: #8E8E8E. Windows color (decimal): -5538900 or 11303851. OLE color: 11303851.

HSL color Cylindrical-coordinate representation of color #AB7BAC: hue angle of 298.78º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AB7BAC is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB171123172-
CMYK0.010.2800.33
HSL298.78º22.79%57.84%-
HSV(B)298.78º28.49%67.45%-
XYZ31.3225.842.36-
YUV142.94144.4148.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.70%
GREEN value IS 123 (48.44% from 255) = 26.39%
BLUE value IS 172 (67.58% from 255) = 36.91%
R=36.70%
G=26.39%
B=36.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711231720.010.2800.33298.7822.7957.84
HexAB7BAC11C02112b173a
Octal2531732541340414532772
Binary10101011111101110101100111100010000110010101110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7BAC; }

 p { color: rgb(171,123,172); }

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

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

 a { background-color: rgb(171,123,172); }

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

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

 span { border-color: rgb(171,123,172); }

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