Shades of London Hue #A684A4
Tints of London Hue #A684A4
RGB
CMYK
RGB Variations
Color information
#A684A4 (or 0xA684A4) is known color: London Hue. HEX triplet: A6, 84 and A4. RGB value is (166,132,164). Sum of RGB (Red+Green+Blue) = 166+132+164=462 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.93% from 462); Green value is 132 (51.95% from 255 or 28.57% from 462); Blue value is 164 (64.45% from 255 or 35.50% from 462); Max value from RGB is 166 - color contains mainly: red. Hex color #A684A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A684A4 is #597B5B. Grayscale: #919191. Windows color (decimal): -5864284 or 10781862. OLE color: 10781862.
HSL color Cylindrical-coordinate representation of color #A684A4: hue angle of 303.53º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A684A4 is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 132 | 164 | - |
| CMYK | 0 | 0.20 | 0.01 | 0.35 |
| HSL | 303.53º | 0.16% | 0.58% | - |
| HSV(B) | 303.53º | 0.2% | 0.65% | - |
| XYZ | 30.68 | 27.29 | 38.77 | - |
| YUV | 145.81 | 138.26 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 132 | 164 | 0 | 0.20 | 0.01 | 0.35 | 303.53 | 0.16 | 0.58 |
| Hex | A6 | 84 | A4 | 0 | 14 | 1 | 23 | 130 | 10 | 3A |
| Octal | 246 | 204 | 244 | 0 | 24 | 1 | 43 | 460 | 20 | 72 |
| Binary | 10100110 | 10000100 | 10100100 | 0 | 10100 | 1 | 100011 | 100110000 | 10000 | 111010 |
Color Harmonies of #A684A4
Complementary color
Monochromatic Colors of #A684A4
Black with #A684A4
Text Example
Text Example
White with #A684A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A684A4; }
p { color: rgb(166,132,164); }
H1.HeaderClassName
{
color: #A684A4;
}
.AnyTagClassName
{
color: #A684A4;
}
</style>
background-color css
<style>
a { background-color: #A684A4; }
a { background-color: rgb(166,132,164); }
div.DivClassName
{
background-color: #A684A4;
}
.BgClassName
{
background-color: #A684A4;
}
</style>
border-color css
<style>
span { border-color: #A684A4; }
span { border-color: rgb(166,132,164); }
td.TdClassName
{
border-color: #A684A4;
}
.TagClassName
{
border-color: #A684A4;
}
</style>