#AB7CAC

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

Shades of London Hue #AB7CAC

Tints of London Hue #AB7CAC

Color information

#AB7CAC (or 0xAB7CAC) is unknown color: approx London Hue. HEX triplet: AB, 7C and AC. RGB value is (171,124,172). Sum of RGB (Red+Green+Blue) = 171+124+172=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 124 (48.83% from 255 or 26.55% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB7CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7CAC is #548353. Grayscale: #8F8F8F. Windows color (decimal): -5538644 or 11304107. OLE color: 11304107.

HSL color Cylindrical-coordinate representation of color #AB7CAC: hue angle of 298.75º degrees, saturation: 0.22, 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 #AB7CAC is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB171124172-
CMYK0.010.2800.33
HSL298.75º22.43%58.04%-
HSV(B)298.75º27.91%67.45%-
XYZ31.4526.0542.4-
YUV143.52144.07147.6-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.62%
GREEN value IS 124 (48.83% from 255) = 26.55%
BLUE value IS 172 (67.58% from 255) = 36.83%
R=36.62%
G=26.55%
B=36.83%

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
Decimal1711241720.010.2800.33298.7522.4358.04
HexAB7CAC11C02112b163a
Octal2531742541340414532672
Binary10101011111110010101100111100010000110010101110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7CAC; }

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

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

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

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

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

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

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

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