Shades of London Hue #A3919F
Tints of London Hue #A3919F
RGB
CMYK
RGB Variations
Color information
#A3919F (or 0xA3919F) is known color: London Hue. HEX triplet: A3, 91 and 9F. RGB value is (163,145,159). Sum of RGB (Red+Green+Blue) = 163+145+159=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 145 (57.03% from 255 or 31.05% from 467); Blue value is 159 (62.5% from 255 or 34.05% from 467); Max value from RGB is 163 - color contains mainly: red. Hex color #A3919F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3919F is #5C6E60. Grayscale: #979797. Windows color (decimal): -6057569 or 10457507. OLE color: 10457507.
HSL color Cylindrical-coordinate representation of color #A3919F: hue angle of 313.33º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A3919F is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 145 | 159 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.36 |
| HSL | 313.33º | 0.09% | 0.6% | - |
| HSV(B) | 313.33º | 0.11% | 0.64% | - |
| XYZ | 31.49 | 30.54 | 37.04 | - |
| YUV | 151.98 | 131.96 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 145 | 159 | 0 | 0.11 | 0.02 | 0.36 | 313.33 | 0.09 | 0.6 |
| Hex | A3 | 91 | 9F | 0 | B | 2 | 24 | 139 | 9 | 3C |
| Octal | 243 | 221 | 237 | 0 | 13 | 2 | 44 | 471 | 11 | 74 |
| Binary | 10100011 | 10010001 | 10011111 | 0 | 1011 | 10 | 100100 | 100111001 | 1001 | 111100 |
Color Harmonies of #A3919F
Complementary color
Monochromatic Colors of #A3919F
Black with #A3919F
Text Example
Text Example
White with #A3919F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3919F; }
p { color: rgb(163,145,159); }
H1.HeaderClassName
{
color: #A3919F;
}
.AnyTagClassName
{
color: #A3919F;
}
</style>
background-color css
<style>
a { background-color: #A3919F; }
a { background-color: rgb(163,145,159); }
div.DivClassName
{
background-color: #A3919F;
}
.BgClassName
{
background-color: #A3919F;
}
</style>
border-color css
<style>
span { border-color: #A3919F; }
span { border-color: rgb(163,145,159); }
td.TdClassName
{
border-color: #A3919F;
}
.TagClassName
{
border-color: #A3919F;
}
</style>