#A88FA4

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

Shades of London Hue #A88FA4

Tints of London Hue #A88FA4

Color information

#A88FA4 (or 0xA88FA4) is unknown color: approx London Hue. HEX triplet: A8, 8F and A4. RGB value is (168,143,164). Sum of RGB (Red+Green+Blue) = 168+143+164=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 143 (56.25% from 255 or 30.11% from 475); Blue value is 164 (64.45% from 255 or 34.53% from 475); Max value from RGB is 168 - color contains mainly: red. Hex color #A88FA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88FA4 is #57705B. Grayscale: #989898. Windows color (decimal): -5730396 or 10784680. OLE color: 10784680.

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

Color convert

RGB168143164-
CMYK00.150.020.34
HSL309.6º12.56%60.98%-
HSV(B)309.6º14.88%65.88%-
XYZ32.6730.6539.32-
YUV152.87134.28138.79-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.37%
GREEN value IS 143 (56.25% from 255) = 30.11%
BLUE value IS 164 (64.45% from 255) = 34.53%
R=35.37%
G=30.11%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814316400.150.020.34309.612.5660.98
HexA88FA40F222136d3d
Octal2502172440172424661575
Binary10101000100011111010010001111101000101001101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88FA4; }

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

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

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

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

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

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

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

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