Shades of London Hue #A58AA8
Tints of London Hue #A58AA8
RGB
CMYK
RGB Variations
Color information
#A58AA8 (or 0xA58AA8) is known color: London Hue. HEX triplet: A5, 8A and A8. RGB value is (165,138,168). Sum of RGB (Red+Green+Blue) = 165+138+168=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 138 (54.30% from 255 or 29.30% from 471); Blue value is 168 (66.02% from 255 or 35.67% from 471); Max value from RGB is 168 - color contains mainly: blue. Hex color #A58AA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58AA8 is #5A7557. Grayscale: #959595. Windows color (decimal): -5928280 or 11045541. OLE color: 11045541.
HSL color Cylindrical-coordinate representation of color #A58AA8: hue angle of 294º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A58AA8 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 165 | 138 | 168 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.34 |
| HSL | 294º | 0.15% | 0.6% | - |
| HSV(B) | 294º | 0.18% | 0.66% | - |
| XYZ | 31.67 | 29 | 40.97 | - |
| YUV | 149.49 | 138.45 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 138 | 168 | 0.02 | 0.18 | 0 | 0.34 | 294 | 0.15 | 0.6 |
| Hex | A5 | 8A | A8 | 2 | 12 | 0 | 22 | 126 | F | 3C |
| Octal | 245 | 212 | 250 | 2 | 22 | 0 | 42 | 446 | 17 | 74 |
| Binary | 10100101 | 10001010 | 10101000 | 10 | 10010 | 0 | 100010 | 100100110 | 1111 | 111100 |
Color Harmonies of #A58AA8
Complementary color
Monochromatic Colors of #A58AA8
Black with #A58AA8
Text Example
Text Example
White with #A58AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58AA8; }
p { color: rgb(165,138,168); }
H1.HeaderClassName
{
color: #A58AA8;
}
.AnyTagClassName
{
color: #A58AA8;
}
</style>
background-color css
<style>
a { background-color: #A58AA8; }
a { background-color: rgb(165,138,168); }
div.DivClassName
{
background-color: #A58AA8;
}
.BgClassName
{
background-color: #A58AA8;
}
</style>
border-color css
<style>
span { border-color: #A58AA8; }
span { border-color: rgb(165,138,168); }
td.TdClassName
{
border-color: #A58AA8;
}
.TagClassName
{
border-color: #A58AA8;
}
</style>