Shades of London Hue #A883A3
Tints of London Hue #A883A3
RGB
CMYK
RGB Variations
Color information
#A883A3 (or 0xA883A3) is known color: London Hue. HEX triplet: A8, 83 and A3. RGB value is (168,131,163). Sum of RGB (Red+Green+Blue) = 168+131+163=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 131 (51.56% from 255 or 28.35% from 462); Blue value is 163 (64.06% from 255 or 35.28% from 462); Max value from RGB is 168 - color contains mainly: red. Hex color #A883A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A883A3 is #577C5C. Grayscale: #919191. Windows color (decimal): -5733469 or 10716072. OLE color: 10716072.
HSL color Cylindrical-coordinate representation of color #A883A3: hue angle of 308.11º 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 #A883A3 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 131 | 163 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.34 |
| HSL | 308.11º | 0.18% | 0.59% | - |
| HSV(B) | 308.11º | 0.22% | 0.66% | - |
| XYZ | 30.88 | 27.2 | 38.27 | - |
| YUV | 145.71 | 137.76 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 131 | 163 | 0 | 0.22 | 0.03 | 0.34 | 308.11 | 0.18 | 0.59 |
| Hex | A8 | 83 | A3 | 0 | 16 | 3 | 22 | 134 | 12 | 3B |
| Octal | 250 | 203 | 243 | 0 | 26 | 3 | 42 | 464 | 22 | 73 |
| Binary | 10101000 | 10000011 | 10100011 | 0 | 10110 | 11 | 100010 | 100110100 | 10010 | 111011 |
Color Harmonies of #A883A3
Complementary color
Monochromatic Colors of #A883A3
Black with #A883A3
Text Example
Text Example
White with #A883A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A883A3; }
p { color: rgb(168,131,163); }
H1.HeaderClassName
{
color: #A883A3;
}
.AnyTagClassName
{
color: #A883A3;
}
</style>
background-color css
<style>
a { background-color: #A883A3; }
a { background-color: rgb(168,131,163); }
div.DivClassName
{
background-color: #A883A3;
}
.BgClassName
{
background-color: #A883A3;
}
</style>
border-color css
<style>
span { border-color: #A883A3; }
span { border-color: rgb(168,131,163); }
td.TdClassName
{
border-color: #A883A3;
}
.TagClassName
{
border-color: #A883A3;
}
</style>