Shades of London Hue #A886A8
Tints of London Hue #A886A8
RGB
CMYK
RGB Variations
Color information
#A886A8 (or 0xA886A8) is known color: London Hue. HEX triplet: A8, 86 and A8. RGB value is (168,134,168). Sum of RGB (Red+Green+Blue) = 168+134+168=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 134 (52.73% from 255 or 28.51% from 470); Blue value is 168 (66.02% from 255 or 35.74% from 470); Max value from RGB is 168 - color contains mainly: red, blue. Hex color #A886A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A886A8 is #577957. Grayscale: #939393. Windows color (decimal): -5732696 or 11044520. OLE color: 11044520.
HSL color Cylindrical-coordinate representation of color #A886A8: hue angle of 300º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A886A8 is Cyan = 0, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
RGB | 168 | 134 | 168 | - |
CMYK | 0 | 0.20 | 0 | 0.34 |
HSL | 300º | 0.16% | 0.59% | - |
HSV(B) | 300º | 0.2% | 0.66% | - |
XYZ | 31.74 | 28.2 | 40.82 | - |
YUV | 148.04 | 139.26 | 142.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 134 | 168 | 0 | 0.20 | 0 | 0.34 | 300 | 0.16 | 0.59 |
Hex | A8 | 86 | A8 | 0 | 14 | 0 | 22 | 12C | 10 | 3B |
Octal | 250 | 206 | 250 | 0 | 24 | 0 | 42 | 454 | 20 | 73 |
Binary | 10101000 | 10000110 | 10101000 | 0 | 10100 | 0 | 100010 | 100101100 | 10000 | 111011 |
Color Harmonies of #A886A8
Complementary color
Monochromatic Colors of #A886A8
Black with #A886A8
Text Example
Text Example
White with #A886A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A886A8; }
p { color: rgb(168,134,168); }
H1.HeaderClassName
{
color: #A886A8;
}
.AnyTagClassName
{
color: #A886A8;
}
</style>
background-color css
<style>
a { background-color: #A886A8; }
a { background-color: rgb(168,134,168); }
div.DivClassName
{
background-color: #A886A8;
}
.BgClassName
{
background-color: #A886A8;
}
</style>
border-color css
<style>
span { border-color: #A886A8; }
span { border-color: rgb(168,134,168); }
td.TdClassName
{
border-color: #A886A8;
}
.TagClassName
{
border-color: #A886A8;
}
</style>