Shades of London Hue #A383A6
Tints of London Hue #A383A6
RGB
CMYK
RGB Variations
Color information
#A383A6 (or 0xA383A6) is known color: London Hue. HEX triplet: A3, 83 and A6. RGB value is (163,131,166). Sum of RGB (Red+Green+Blue) = 163+131+166=460 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.43% from 460); Green value is 131 (51.56% from 255 or 28.48% from 460); Blue value is 166 (65.23% from 255 or 36.09% from 460); Max value from RGB is 166 - color contains mainly: blue. Hex color #A383A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A383A6 is #5C7C59. Grayscale: #909090. Windows color (decimal): -6061146 or 10912675. OLE color: 10912675.
HSL color Cylindrical-coordinate representation of color #A383A6: hue angle of 294.86º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A383A6 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 131 | 166 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.35 |
| HSL | 294.86º | 0.16% | 0.58% | - |
| HSV(B) | 294.86º | 0.21% | 0.65% | - |
| XYZ | 30.1 | 26.77 | 39.66 | - |
| YUV | 144.56 | 140.1 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 131 | 166 | 0.02 | 0.21 | 0 | 0.35 | 294.86 | 0.16 | 0.58 |
| Hex | A3 | 83 | A6 | 2 | 15 | 0 | 23 | 127 | 10 | 3A |
| Octal | 243 | 203 | 246 | 2 | 25 | 0 | 43 | 447 | 20 | 72 |
| Binary | 10100011 | 10000011 | 10100110 | 10 | 10101 | 0 | 100011 | 100100111 | 10000 | 111010 |
Color Harmonies of #A383A6
Complementary color
Monochromatic Colors of #A383A6
Black with #A383A6
Text Example
Text Example
White with #A383A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A383A6; }
p { color: rgb(163,131,166); }
H1.HeaderClassName
{
color: #A383A6;
}
.AnyTagClassName
{
color: #A383A6;
}
</style>
background-color css
<style>
a { background-color: #A383A6; }
a { background-color: rgb(163,131,166); }
div.DivClassName
{
background-color: #A383A6;
}
.BgClassName
{
background-color: #A383A6;
}
</style>
border-color css
<style>
span { border-color: #A383A6; }
span { border-color: rgb(163,131,166); }
td.TdClassName
{
border-color: #A383A6;
}
.TagClassName
{
border-color: #A383A6;
}
</style>