Shades of London Hue #A399A2
Tints of London Hue #A399A2
RGB
CMYK
RGB Variations
Color information
#A399A2 (or 0xA399A2) is known color: London Hue. HEX triplet: A3, 99 and A2. RGB value is (163,153,162). Sum of RGB (Red+Green+Blue) = 163+153+162=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 153 (60.16% from 255 or 32.01% from 478); Blue value is 162 (63.67% from 255 or 33.89% from 478); Max value from RGB is 163 - color contains mainly: red. Hex color #A399A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A399A2 is #5C665D. Grayscale: #9C9C9C. Windows color (decimal): -6055518 or 10656163. OLE color: 10656163.
HSL color Cylindrical-coordinate representation of color #A399A2: hue angle of 306º degrees, saturation: 0.05, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A399A2 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 153 | 162 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.36 |
| HSL | 306º | 0.05% | 0.62% | - |
| HSV(B) | 306º | 0.06% | 0.64% | - |
| XYZ | 33.02 | 33.18 | 38.85 | - |
| YUV | 157.02 | 130.81 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 153 | 162 | 0 | 0.06 | 0.01 | 0.36 | 306 | 0.05 | 0.62 |
| Hex | A3 | 99 | A2 | 0 | 6 | 1 | 24 | 132 | 5 | 3E |
| Octal | 243 | 231 | 242 | 0 | 6 | 1 | 44 | 462 | 5 | 76 |
| Binary | 10100011 | 10011001 | 10100010 | 0 | 110 | 1 | 100100 | 100110010 | 101 | 111110 |
Color Harmonies of #A399A2
Complementary color
Monochromatic Colors of #A399A2
Black with #A399A2
Text Example
Text Example
White with #A399A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A399A2; }
p { color: rgb(163,153,162); }
H1.HeaderClassName
{
color: #A399A2;
}
.AnyTagClassName
{
color: #A399A2;
}
</style>
background-color css
<style>
a { background-color: #A399A2; }
a { background-color: rgb(163,153,162); }
div.DivClassName
{
background-color: #A399A2;
}
.BgClassName
{
background-color: #A399A2;
}
</style>
border-color css
<style>
span { border-color: #A399A2; }
span { border-color: rgb(163,153,162); }
td.TdClassName
{
border-color: #A399A2;
}
.TagClassName
{
border-color: #A399A2;
}
</style>