#A88FAA

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

Shades of London Hue #A88FAA

Tints of London Hue #A88FAA

Color information

#A88FAA (or 0xA88FAA) is unknown color: approx London Hue. HEX triplet: A8, 8F and AA. RGB value is (168,143,170). Sum of RGB (Red+Green+Blue) = 168+143+170=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 143 (56.25% from 255 or 29.73% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 170 - color contains mainly: blue. Hex color #A88FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88FAA is #577055. Grayscale: #999999. Windows color (decimal): -5730390 or 11177896. OLE color: 11177896.

HSL color Cylindrical-coordinate representation of color #A88FAA: hue angle of 295.56º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A88FAA is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB168143170-
CMYK0.010.1600.33
HSL295.56º13.71%61.37%-
HSV(B)295.56º15.88%66.67%-
XYZ33.2330.8742.24-
YUV153.55137.28138.3-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.93%
GREEN value IS 143 (56.25% from 255) = 29.73%
BLUE value IS 170 (66.80% from 255) = 35.34%
R=34.93%
G=29.73%
B=35.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681431700.010.1600.33295.5613.7161.37
HexA88FAA110021128e3d
Octal2502172521200414501675
Binary10101000100011111010101011000001000011001010001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88FAA; }

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

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

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

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

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

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

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

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