#A88AAC

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

Shades of London Hue #A88AAC

Tints of London Hue #A88AAC

Color information

#A88AAC (or 0xA88AAC) is unknown color: approx London Hue. HEX triplet: A8, 8A and AC. RGB value is (168,138,172). Sum of RGB (Red+Green+Blue) = 168+138+172=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 138 (54.30% from 255 or 28.87% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 172 - color contains mainly: blue. Hex color #A88AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88AAC is #577553. Grayscale: #969696. Windows color (decimal): -5731668 or 11307688. OLE color: 11307688.

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

Color convert

RGB168138172-
CMYK0.020.2000.33
HSL292.94º17%60.78%-
HSV(B)292.94º19.77%67.45%-
XYZ32.6829.4843-
YUV150.85139.94140.24-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.15%
GREEN value IS 138 (54.30% from 255) = 28.87%
BLUE value IS 172 (67.58% from 255) = 35.98%
R=35.15%
G=28.87%
B=35.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681381720.020.2000.33292.941760.78
HexA88AAC214021125113d
Octal2502122542240414452175
Binary1010100010001010101011001010100010000110010010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88AAC; }

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

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

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

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

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

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

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

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