#A88DAB

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

Shades of London Hue #A88DAB

Tints of London Hue #A88DAB

Color information

#A88DAB (or 0xA88DAB) is unknown color: approx London Hue. HEX triplet: A8, 8D and AB. RGB value is (168,141,171). Sum of RGB (Red+Green+Blue) = 168+141+171=480 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35% from 480); Green value is 141 (55.47% from 255 or 29.38% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 171 - color contains mainly: blue. Hex color #A88DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88DAB is #577254. Grayscale: #989898. Windows color (decimal): -5730901 or 11242920. OLE color: 11242920.

HSL color Cylindrical-coordinate representation of color #A88DAB: hue angle of 294º degrees, saturation: 0.15, 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 #A88DAB is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB168141171-
CMYK0.020.1800.33
HSL294º15.15%61.18%-
HSV(B)294º17.54%67.06%-
XYZ33.0230.3142.64-
YUV152.49138.45139.06-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35%
GREEN value IS 141 (55.47% from 255) = 29.38%
BLUE value IS 171 (67.19% from 255) = 35.62%
R=35%
G=29.38%
B=35.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681411710.020.1800.3329415.1561.18
HexA88DAB212021126f3d
Octal2502152532220414461775
Binary101010001000110110101011101001001000011001001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88DAB; }

 p { color: rgb(168,141,171); }

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

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

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

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

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

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

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