Shades of London Hue #A883A7
Tints of London Hue #A883A7
RGB
CMYK
RGB Variations
Color information
#A883A7 (or 0xA883A7) is known color: London Hue. HEX triplet: A8, 83 and A7. RGB value is (168,131,167). Sum of RGB (Red+Green+Blue) = 168+131+167=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 131 (51.56% from 255 or 28.11% from 466); Blue value is 167 (65.62% from 255 or 35.84% from 466); Max value from RGB is 168 - color contains mainly: red. Hex color #A883A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A883A7 is #577C58. Grayscale: #929292. Windows color (decimal): -5733465 or 10978216. OLE color: 10978216.
HSL color Cylindrical-coordinate representation of color #A883A7: hue angle of 301.62º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A883A7 is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 131 | 167 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.34 |
| HSL | 301.62º | 0.18% | 0.59% | - |
| HSV(B) | 301.62º | 0.22% | 0.66% | - |
| XYZ | 31.24 | 27.35 | 40.19 | - |
| YUV | 146.17 | 139.76 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 131 | 167 | 0 | 0.22 | 0.01 | 0.34 | 301.62 | 0.18 | 0.59 |
| Hex | A8 | 83 | A7 | 0 | 16 | 1 | 22 | 12E | 12 | 3B |
| Octal | 250 | 203 | 247 | 0 | 26 | 1 | 42 | 456 | 22 | 73 |
| Binary | 10101000 | 10000011 | 10100111 | 0 | 10110 | 1 | 100010 | 100101110 | 10010 | 111011 |
Color Harmonies of #A883A7
Complementary color
Monochromatic Colors of #A883A7
Black with #A883A7
Text Example
Text Example
White with #A883A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A883A7; }
p { color: rgb(168,131,167); }
H1.HeaderClassName
{
color: #A883A7;
}
.AnyTagClassName
{
color: #A883A7;
}
</style>
background-color css
<style>
a { background-color: #A883A7; }
a { background-color: rgb(168,131,167); }
div.DivClassName
{
background-color: #A883A7;
}
.BgClassName
{
background-color: #A883A7;
}
</style>
border-color css
<style>
span { border-color: #A883A7; }
span { border-color: rgb(168,131,167); }
td.TdClassName
{
border-color: #A883A7;
}
.TagClassName
{
border-color: #A883A7;
}
</style>