#A88DAC

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

Shades of London Hue #A88DAC

Tints of London Hue #A88DAC

Color information

#A88DAC (or 0xA88DAC) is unknown color: approx London Hue. HEX triplet: A8, 8D and AC. RGB value is (168,141,172). Sum of RGB (Red+Green+Blue) = 168+141+172=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 141 (55.47% from 255 or 29.31% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 172 - color contains mainly: blue. Hex color #A88DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88DAC is #577253. Grayscale: #989898. Windows color (decimal): -5730900 or 11308456. OLE color: 11308456.

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

Color convert

RGB168141172-
CMYK0.020.1800.33
HSL292.26º15.74%61.37%-
HSV(B)292.26º18.02%67.45%-
XYZ33.1230.3543.14-
YUV152.61138.95138.98-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.93%
GREEN value IS 141 (55.47% from 255) = 29.31%
BLUE value IS 172 (67.58% from 255) = 35.76%
R=34.93%
G=29.31%
B=35.76%

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
Decimal1681411720.020.1800.33292.2615.7461.37
HexA88DAC212021124103d
Octal2502152542220414442075
Binary1010100010001101101011001010010010000110010010010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88DAC; }

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

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

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

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

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

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

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

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