#AB9CAB

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

Shades of London Hue #AB9CAB

Tints of London Hue #AB9CAB

Color information

#AB9CAB (or 0xAB9CAB) is unknown color: approx London Hue. HEX triplet: AB, 9C and AB. RGB value is (171,156,171). Sum of RGB (Red+Green+Blue) = 171+156+171=498 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.34% from 498); Green value is 156 (61.33% from 255 or 31.33% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB9CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9CAB is #546354. Grayscale: #A2A2A2. Windows color (decimal): -5530453 or 11246763. OLE color: 11246763.

HSL color Cylindrical-coordinate representation of color #AB9CAB: hue angle of 300º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AB9CAB is Cyan = 0, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB171156171-
CMYK00.0900.33
HSL300º8.2%64.12%-
HSV(B)300º8.77%67.06%-
XYZ36.0335.3843.46-
YUV162.2132.97134.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.34%
GREEN value IS 156 (61.33% from 255) = 31.33%
BLUE value IS 171 (67.19% from 255) = 34.34%
R=34.34%
G=31.33%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115617100.0900.333008.264.12
HexAB9CAB0902112c840
Octal25323425301104145410100
Binary10101011100111001010101101001010000110010110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9CAB; }

 p { color: rgb(171,156,171); }

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

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

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

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

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

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

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