Shades of London Hue #A381A3
Tints of London Hue #A381A3
RGB
CMYK
RGB Variations
Color information
#A381A3 (or 0xA381A3) is known color: London Hue. HEX triplet: A3, 81 and A3. RGB value is (163,129,163). Sum of RGB (Red+Green+Blue) = 163+129+163=455 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.82% from 455); Green value is 129 (50.78% from 255 or 28.35% from 455); Blue value is 163 (64.06% from 255 or 35.82% from 455); Max value from RGB is 163 - color contains mainly: red, blue. Hex color #A381A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A381A3 is #5C7E5C. Grayscale: #8E8E8E. Windows color (decimal): -6061661 or 10715555. OLE color: 10715555.
HSL color Cylindrical-coordinate representation of color #A381A3: hue angle of 300º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A381A3 is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 129 | 163 | - |
| CMYK | 0 | 0.21 | 0 | 0.36 |
| HSL | 300º | 0.16% | 0.57% | - |
| HSV(B) | 300º | 0.21% | 0.64% | - |
| XYZ | 29.57 | 26.13 | 38.14 | - |
| YUV | 143.04 | 139.26 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 129 | 163 | 0 | 0.21 | 0 | 0.36 | 300 | 0.16 | 0.57 |
| Hex | A3 | 81 | A3 | 0 | 15 | 0 | 24 | 12C | 10 | 39 |
| Octal | 243 | 201 | 243 | 0 | 25 | 0 | 44 | 454 | 20 | 71 |
| Binary | 10100011 | 10000001 | 10100011 | 0 | 10101 | 0 | 100100 | 100101100 | 10000 | 111001 |
Color Harmonies of #A381A3
Complementary color
Monochromatic Colors of #A381A3
Black with #A381A3
Text Example
Text Example
White with #A381A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A381A3; }
p { color: rgb(163,129,163); }
H1.HeaderClassName
{
color: #A381A3;
}
.AnyTagClassName
{
color: #A381A3;
}
</style>
background-color css
<style>
a { background-color: #A381A3; }
a { background-color: rgb(163,129,163); }
div.DivClassName
{
background-color: #A381A3;
}
.BgClassName
{
background-color: #A381A3;
}
</style>
border-color css
<style>
span { border-color: #A381A3; }
span { border-color: rgb(163,129,163); }
td.TdClassName
{
border-color: #A381A3;
}
.TagClassName
{
border-color: #A381A3;
}
</style>