Shades of London Hue #A67FA3
Tints of London Hue #A67FA3
RGB
CMYK
RGB Variations
Color information
#A67FA3 (or 0xA67FA3) is known color: London Hue. HEX triplet: A6, 7F and A3. RGB value is (166,127,163). Sum of RGB (Red+Green+Blue) = 166+127+163=456 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.40% from 456); Green value is 127 (50% from 255 or 27.85% from 456); Blue value is 163 (64.06% from 255 or 35.75% from 456); Max value from RGB is 166 - color contains mainly: red. Hex color #A67FA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67FA3 is #59805C. Grayscale: #8E8E8E. Windows color (decimal): -5865565 or 10715046. OLE color: 10715046.
HSL color Cylindrical-coordinate representation of color #A67FA3: hue angle of 304.62º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A67FA3 is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 127 | 163 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.35 |
| HSL | 304.62º | 0.18% | 0.57% | - |
| HSV(B) | 304.62º | 0.23% | 0.65% | - |
| XYZ | 29.93 | 25.93 | 38.08 | - |
| YUV | 142.77 | 139.42 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 127 | 163 | 0 | 0.23 | 0.02 | 0.35 | 304.62 | 0.18 | 0.57 |
| Hex | A6 | 7F | A3 | 0 | 17 | 2 | 23 | 131 | 12 | 39 |
| Octal | 246 | 177 | 243 | 0 | 27 | 2 | 43 | 461 | 22 | 71 |
| Binary | 10100110 | 1111111 | 10100011 | 0 | 10111 | 10 | 100011 | 100110001 | 10010 | 111001 |
Color Harmonies of #A67FA3
Complementary color
Monochromatic Colors of #A67FA3
Black with #A67FA3
Text Example
Text Example
White with #A67FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67FA3; }
p { color: rgb(166,127,163); }
H1.HeaderClassName
{
color: #A67FA3;
}
.AnyTagClassName
{
color: #A67FA3;
}
</style>
background-color css
<style>
a { background-color: #A67FA3; }
a { background-color: rgb(166,127,163); }
div.DivClassName
{
background-color: #A67FA3;
}
.BgClassName
{
background-color: #A67FA3;
}
</style>
border-color css
<style>
span { border-color: #A67FA3; }
span { border-color: rgb(166,127,163); }
td.TdClassName
{
border-color: #A67FA3;
}
.TagClassName
{
border-color: #A67FA3;
}
</style>