#A88CA7

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

Shades of London Hue #A88CA7

Tints of London Hue #A88CA7

Color information

#A88CA7 (or 0xA88CA7) is unknown color: approx London Hue. HEX triplet: A8, 8C and A7. RGB value is (168,140,167). Sum of RGB (Red+Green+Blue) = 168+140+167=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 140 (55.08% from 255 or 29.47% from 475); Blue value is 167 (65.62% from 255 or 35.16% from 475); Max value from RGB is 168 - color contains mainly: red. Hex color #A88CA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88CA7 is #577358. Grayscale: #979797. Windows color (decimal): -5731161 or 10980520. OLE color: 10980520.

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

Color convert

RGB168140167-
CMYK00.170.010.34
HSL302.14º13.86%60.39%-
HSV(B)302.14º16.67%65.88%-
XYZ32.529.8740.61-
YUV151.45136.78139.8-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.37%
GREEN value IS 140 (55.08% from 255) = 29.47%
BLUE value IS 167 (65.62% from 255) = 35.16%
R=35.37%
G=29.47%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814016700.170.010.34302.1413.8660.39
HexA88CA701112212ee3c
Octal2502142470211424561674
Binary10101000100011001010011101000111000101001011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88CA7; }

 p { color: rgb(168,140,167); }

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

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

 a { background-color: rgb(168,140,167); }

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

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

 span { border-color: rgb(168,140,167); }

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