#A88FA9

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

Shades of London Hue #A88FA9

Tints of London Hue #A88FA9

Color information

#A88FA9 (or 0xA88FA9) is unknown color: approx London Hue. HEX triplet: A8, 8F and A9. RGB value is (168,143,169). Sum of RGB (Red+Green+Blue) = 168+143+169=480 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35% from 480); Green value is 143 (56.25% from 255 or 29.79% from 480); Blue value is 169 (66.41% from 255 or 35.21% from 480); Max value from RGB is 169 - color contains mainly: blue. Hex color #A88FA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88FA9 is #577056. Grayscale: #999999. Windows color (decimal): -5730391 or 11112360. OLE color: 11112360.

HSL color Cylindrical-coordinate representation of color #A88FA9: hue angle of 297.69º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A88FA9 is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB168143169-
CMYK0.010.1500.34
HSL297.69º13.13%61.18%-
HSV(B)297.69º15.38%66.27%-
XYZ33.1330.8341.74-
YUV153.44136.78138.39-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35%
GREEN value IS 143 (56.25% from 255) = 29.79%
BLUE value IS 169 (66.41% from 255) = 35.21%
R=35%
G=29.79%
B=35.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681431690.010.1500.34297.6913.1361.18
HexA88FA91F02212ad3d
Octal2502172511170424521575
Binary1010100010001111101010011111101000101001010101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88FA9; }

 p { color: rgb(168,143,169); }

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

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

 a { background-color: rgb(168,143,169); }

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

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

 span { border-color: rgb(168,143,169); }

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