#A094A1

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

Shades of London Hue #A094A1

Tints of London Hue #A094A1

Color information

#A094A1 (or 0xA094A1) is unknown color: approx London Hue. HEX triplet: A0, 94 and A1. RGB value is (160,148,161). Sum of RGB (Red+Green+Blue) = 160+148+161=469 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.12% from 469); Green value is 148 (58.20% from 255 or 31.56% from 469); Blue value is 161 (63.28% from 255 or 34.33% from 469); Max value from RGB is 161 - color contains mainly: blue. Hex color #A094A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A094A1 is #5F6B5E. Grayscale: #999999. Windows color (decimal): -6253407 or 10589344. OLE color: 10589344.

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

Color convert

RGB160148161-
CMYK0.010.0800.37
HSL295.38º6.47%60.59%-
HSV(B)295.38º8.07%63.14%-
XYZ31.5231.2338.08-
YUV153.07132.48132.94-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.12%
GREEN value IS 148 (58.20% from 255) = 31.56%
BLUE value IS 161 (63.28% from 255) = 34.33%
R=34.12%
G=31.56%
B=34.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601481610.010.0800.37295.386.4760.59
HexA094A11802512763d
Octal240224241110045447675
Binary101000001001010010100001110000100101100100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A094A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A094A1; }

 p { color: rgb(160,148,161); }

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

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

 a { background-color: rgb(160,148,161); }

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

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

 span { border-color: rgb(160,148,161); }

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