Shades of London Hue #A28CA4
Tints of London Hue #A28CA4
RGB
CMYK
RGB Variations
Color information
#A28CA4 (or 0xA28CA4) is known color: London Hue. HEX triplet: A2, 8C and A4. RGB value is (162,140,164). Sum of RGB (Red+Green+Blue) = 162+140+164=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 140 (55.08% from 255 or 30.04% from 466); Blue value is 164 (64.45% from 255 or 35.19% from 466); Max value from RGB is 164 - color contains mainly: blue. Hex color #A28CA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28CA4 is #5D735B. Grayscale: #959595. Windows color (decimal): -6124380 or 10783906. OLE color: 10783906.
HSL color Cylindrical-coordinate representation of color #A28CA4: hue angle of 295º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A28CA4 is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 140 | 164 | - |
| CMYK | 0.01 | 0.15 | 0 | 0.36 |
| HSL | 295º | 0.12% | 0.6% | - |
| HSV(B) | 295º | 0.15% | 0.64% | - |
| XYZ | 30.98 | 29.12 | 39.11 | - |
| YUV | 149.31 | 136.29 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 140 | 164 | 0.01 | 0.15 | 0 | 0.36 | 295 | 0.12 | 0.6 |
| Hex | A2 | 8C | A4 | 1 | F | 0 | 24 | 127 | C | 3C |
| Octal | 242 | 214 | 244 | 1 | 17 | 0 | 44 | 447 | 14 | 74 |
| Binary | 10100010 | 10001100 | 10100100 | 1 | 1111 | 0 | 100100 | 100100111 | 1100 | 111100 |
Color Harmonies of #A28CA4
Complementary color
Monochromatic Colors of #A28CA4
Black with #A28CA4
Text Example
Text Example
White with #A28CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28CA4; }
p { color: rgb(162,140,164); }
H1.HeaderClassName
{
color: #A28CA4;
}
.AnyTagClassName
{
color: #A28CA4;
}
</style>
background-color css
<style>
a { background-color: #A28CA4; }
a { background-color: rgb(162,140,164); }
div.DivClassName
{
background-color: #A28CA4;
}
.BgClassName
{
background-color: #A28CA4;
}
</style>
border-color css
<style>
span { border-color: #A28CA4; }
span { border-color: rgb(162,140,164); }
td.TdClassName
{
border-color: #A28CA4;
}
.TagClassName
{
border-color: #A28CA4;
}
</style>