Shades of London Hue #A390A0
Tints of London Hue #A390A0
RGB
CMYK
RGB Variations
Color information
#A390A0 (or 0xA390A0) is known color: London Hue. HEX triplet: A3, 90 and A0. RGB value is (163,144,160). Sum of RGB (Red+Green+Blue) = 163+144+160=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 144 (56.64% from 255 or 30.84% from 467); Blue value is 160 (62.89% from 255 or 34.26% from 467); Max value from RGB is 163 - color contains mainly: red. Hex color #A390A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A390A0 is #5C6F5F. Grayscale: #979797. Windows color (decimal): -6057824 or 10522787. OLE color: 10522787.
HSL color Cylindrical-coordinate representation of color #A390A0: hue angle of 309.47º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A390A0 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
RGB | 163 | 144 | 160 | - |
CMYK | 0 | 0.12 | 0.02 | 0.36 |
HSL | 309.47º | 0.09% | 0.6% | - |
HSV(B) | 309.47º | 0.12% | 0.64% | - |
XYZ | 31.42 | 30.27 | 37.44 | - |
YUV | 151.51 | 132.79 | 136.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 163 | 144 | 160 | 0 | 0.12 | 0.02 | 0.36 | 309.47 | 0.09 | 0.6 |
Hex | A3 | 90 | A0 | 0 | C | 2 | 24 | 135 | 9 | 3C |
Octal | 243 | 220 | 240 | 0 | 14 | 2 | 44 | 465 | 11 | 74 |
Binary | 10100011 | 10010000 | 10100000 | 0 | 1100 | 10 | 100100 | 100110101 | 1001 | 111100 |
Color Harmonies of #A390A0
Complementary color
Monochromatic Colors of #A390A0
Black with #A390A0
Text Example
Text Example
White with #A390A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A390A0; }
p { color: rgb(163,144,160); }
H1.HeaderClassName
{
color: #A390A0;
}
.AnyTagClassName
{
color: #A390A0;
}
</style>
background-color css
<style>
a { background-color: #A390A0; }
a { background-color: rgb(163,144,160); }
div.DivClassName
{
background-color: #A390A0;
}
.BgClassName
{
background-color: #A390A0;
}
</style>
border-color css
<style>
span { border-color: #A390A0; }
span { border-color: rgb(163,144,160); }
td.TdClassName
{
border-color: #A390A0;
}
.TagClassName
{
border-color: #A390A0;
}
</style>