#A0869F

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

Shades of London Hue #A0869F

Tints of London Hue #A0869F

Color information

#A0869F (or 0xA0869F) is unknown color: approx London Hue. HEX triplet: A0, 86 and 9F. RGB value is (160,134,159). Sum of RGB (Red+Green+Blue) = 160+134+159=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 159 (62.5% from 255 or 35.10% from 453); Max value from RGB is 160 - color contains mainly: red. Hex color #A0869F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0869F is #5F7960. Grayscale: #909090. Windows color (decimal): -6256993 or 10454688. OLE color: 10454688.

HSL color Cylindrical-coordinate representation of color #A0869F: hue angle of 302.31º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A0869F is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB160134159-
CMYK00.160.010.37
HSL302.31º12.04%57.65%-
HSV(B)302.31º16.25%62.75%-
XYZ29.2827.0336.47-
YUV144.62136.11138.97-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.32%
GREEN value IS 134 (52.73% from 255) = 29.58%
BLUE value IS 159 (62.5% from 255) = 35.10%
R=35.32%
G=29.58%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013415900.160.010.37302.3112.0457.65
HexA0869F01012512ec3a
Octal2402062370201454561472
Binary10100000100001101001111101000011001011001011101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0869F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0869F; }

 p { color: rgb(160,134,159); }

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

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

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

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

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

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

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