#AB8AAB

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

Shades of London Hue #AB8AAB

Tints of London Hue #AB8AAB

Color information

#AB8AAB (or 0xAB8AAB) is unknown color: approx London Hue. HEX triplet: AB, 8A and AB. RGB value is (171,138,171). Sum of RGB (Red+Green+Blue) = 171+138+171=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 138 (54.30% from 255 or 28.75% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB8AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8AAB is #547554. Grayscale: #979797. Windows color (decimal): -5535061 or 11242155. OLE color: 11242155.

HSL color Cylindrical-coordinate representation of color #AB8AAB: 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.19%. Process color model (Four color, CMYK) of #AB8AAB is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB171138171-
CMYK00.1900.33
HSL300º16.42%60.59%-
HSV(B)300º19.3%67.06%-
XYZ33.2329.7842.52-
YUV151.63138.93141.82-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.62%
GREEN value IS 138 (54.30% from 255) = 28.75%
BLUE value IS 171 (67.19% from 255) = 35.62%
R=35.62%
G=28.75%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113817100.1900.3330016.4260.59
HexAB8AAB01302112c103d
Octal2532122530230414542075
Binary101010111000101010101011010011010000110010110010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8AAB; }

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

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

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

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

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

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

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

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