Shades of London Hue #A285A4
Tints of London Hue #A285A4
RGB
CMYK
RGB Variations
Color information
#A285A4 (or 0xA285A4) is known color: London Hue. HEX triplet: A2, 85 and A4. RGB value is (162,133,164). Sum of RGB (Red+Green+Blue) = 162+133+164=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 133 (52.34% from 255 or 28.98% from 459); Blue value is 164 (64.45% from 255 or 35.73% from 459); Max value from RGB is 164 - color contains mainly: blue. Hex color #A285A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A285A4 is #5D7A5B. Grayscale: #919191. Windows color (decimal): -6126172 or 10782114. OLE color: 10782114.
HSL color Cylindrical-coordinate representation of color #A285A4: hue angle of 296.13º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A285A4 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 133 | 164 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.36 |
| HSL | 296.13º | 0.15% | 0.58% | - |
| HSV(B) | 296.13º | 0.19% | 0.64% | - |
| XYZ | 29.99 | 27.14 | 38.78 | - |
| YUV | 145.21 | 138.61 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 133 | 164 | 0.01 | 0.19 | 0 | 0.36 | 296.13 | 0.15 | 0.58 |
| Hex | A2 | 85 | A4 | 1 | 13 | 0 | 24 | 128 | F | 3A |
| Octal | 242 | 205 | 244 | 1 | 23 | 0 | 44 | 450 | 17 | 72 |
| Binary | 10100010 | 10000101 | 10100100 | 1 | 10011 | 0 | 100100 | 100101000 | 1111 | 111010 |
Color Harmonies of #A285A4
Complementary color
Monochromatic Colors of #A285A4
Black with #A285A4
Text Example
Text Example
White with #A285A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A285A4; }
p { color: rgb(162,133,164); }
H1.HeaderClassName
{
color: #A285A4;
}
.AnyTagClassName
{
color: #A285A4;
}
</style>
background-color css
<style>
a { background-color: #A285A4; }
a { background-color: rgb(162,133,164); }
div.DivClassName
{
background-color: #A285A4;
}
.BgClassName
{
background-color: #A285A4;
}
</style>
border-color css
<style>
span { border-color: #A285A4; }
span { border-color: rgb(162,133,164); }
td.TdClassName
{
border-color: #A285A4;
}
.TagClassName
{
border-color: #A285A4;
}
</style>