#A886A8

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

Shades of London Hue #A886A8

Tints of London Hue #A886A8

Color information

#A886A8 (or 0xA886A8) is unknown color: approx London Hue. HEX triplet: A8, 86 and A8. RGB value is (168,134,168). Sum of RGB (Red+Green+Blue) = 168+134+168=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 134 (52.73% from 255 or 28.51% from 470); Blue value is 168 (66.02% from 255 or 35.74% from 470); Max value from RGB is 168 - color contains mainly: red, blue. Hex color #A886A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A886A8 is #577957. Grayscale: #939393. Windows color (decimal): -5732696 or 11044520. OLE color: 11044520.

HSL color Cylindrical-coordinate representation of color #A886A8: hue angle of 300º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A886A8 is Cyan = 0, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB168134168-
CMYK00.2000.34
HSL300º16.35%59.22%-
HSV(B)300º20.24%65.88%-
XYZ31.7428.240.82-
YUV148.04139.26142.24-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.74%
GREEN value IS 134 (52.73% from 255) = 28.51%
BLUE value IS 168 (66.02% from 255) = 35.74%
R=35.74%
G=28.51%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813416800.2000.3430016.3559.22
HexA886A801402212c103b
Octal2502062500240424542073
Binary101010001000011010101000010100010001010010110010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A886A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A886A8; }

 p { color: rgb(168,134,168); }

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

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

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

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

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

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

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