#AB8CAB

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

Shades of London Hue #AB8CAB

Tints of London Hue #AB8CAB

Color information

#AB8CAB (or 0xAB8CAB) is unknown color: approx London Hue. HEX triplet: AB, 8C and AB. RGB value is (171,140,171). Sum of RGB (Red+Green+Blue) = 171+140+171=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB8CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8CAB is #547354. Grayscale: #989898. Windows color (decimal): -5534549 or 11242667. OLE color: 11242667.

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

Color convert

RGB171140171-
CMYK00.1800.33
HSL300º15.58%60.98%-
HSV(B)300º18.13%67.06%-
XYZ33.5230.3542.62-
YUV152.8138.27140.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.48%
GREEN value IS 140 (55.08% from 255) = 29.05%
BLUE value IS 171 (67.19% from 255) = 35.48%
R=35.48%
G=29.05%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114017100.1800.3330015.5860.98
HexAB8CAB01202112c103d
Octal2532142530220414542075
Binary101010111000110010101011010010010000110010110010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8CAB; }

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

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

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

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

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

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

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

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