Shades of London Hue #A883A4
Tints of London Hue #A883A4
RGB
CMYK
RGB Variations
Color information
#A883A4 (or 0xA883A4) is known color: London Hue. HEX triplet: A8, 83 and A4. RGB value is (168,131,164). Sum of RGB (Red+Green+Blue) = 168+131+164=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 131 (51.56% from 255 or 28.29% from 463); Blue value is 164 (64.45% from 255 or 35.42% from 463); Max value from RGB is 168 - color contains mainly: red. Hex color #A883A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A883A4 is #577C5B. Grayscale: #919191. Windows color (decimal): -5733468 or 10781608. OLE color: 10781608.
HSL color Cylindrical-coordinate representation of color #A883A4: hue angle of 306.49º 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 #A883A4 is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 131 | 164 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.34 |
| HSL | 306.49º | 0.18% | 0.59% | - |
| HSV(B) | 306.49º | 0.22% | 0.66% | - |
| XYZ | 30.97 | 27.24 | 38.75 | - |
| YUV | 145.83 | 138.26 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 131 | 164 | 0 | 0.22 | 0.02 | 0.34 | 306.49 | 0.18 | 0.59 |
| Hex | A8 | 83 | A4 | 0 | 16 | 2 | 22 | 132 | 12 | 3B |
| Octal | 250 | 203 | 244 | 0 | 26 | 2 | 42 | 462 | 22 | 73 |
| Binary | 10101000 | 10000011 | 10100100 | 0 | 10110 | 10 | 100010 | 100110010 | 10010 | 111011 |
Color Harmonies of #A883A4
Complementary color
Monochromatic Colors of #A883A4
Black with #A883A4
Text Example
Text Example
White with #A883A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A883A4; }
p { color: rgb(168,131,164); }
H1.HeaderClassName
{
color: #A883A4;
}
.AnyTagClassName
{
color: #A883A4;
}
</style>
background-color css
<style>
a { background-color: #A883A4; }
a { background-color: rgb(168,131,164); }
div.DivClassName
{
background-color: #A883A4;
}
.BgClassName
{
background-color: #A883A4;
}
</style>
border-color css
<style>
span { border-color: #A883A4; }
span { border-color: rgb(168,131,164); }
td.TdClassName
{
border-color: #A883A4;
}
.TagClassName
{
border-color: #A883A4;
}
</style>