Shades of London Hue #A380A3
Tints of London Hue #A380A3
RGB
CMYK
RGB Variations
Color information
#A380A3 (or 0xA380A3) is known color: London Hue. HEX triplet: A3, 80 and A3. RGB value is (163,128,163). Sum of RGB (Red+Green+Blue) = 163+128+163=454 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.90% from 454); Green value is 128 (50.39% from 255 or 28.19% from 454); Blue value is 163 (64.06% from 255 or 35.90% from 454); Max value from RGB is 163 - color contains mainly: red, blue. Hex color #A380A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A380A3 is #5C7F5C. Grayscale: #8E8E8E. Windows color (decimal): -6061917 or 10715299. OLE color: 10715299.
HSL color Cylindrical-coordinate representation of color #A380A3: 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 #A380A3 is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 128 | 163 | - |
| CMYK | 0 | 0.21 | 0 | 0.36 |
| HSL | 300º | 0.16% | 0.57% | - |
| HSV(B) | 300º | 0.21% | 0.64% | - |
| XYZ | 29.43 | 25.87 | 38.09 | - |
| YUV | 142.46 | 139.6 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 128 | 163 | 0 | 0.21 | 0 | 0.36 | 300 | 0.16 | 0.57 |
| Hex | A3 | 80 | A3 | 0 | 15 | 0 | 24 | 12C | 10 | 39 |
| Octal | 243 | 200 | 243 | 0 | 25 | 0 | 44 | 454 | 20 | 71 |
| Binary | 10100011 | 10000000 | 10100011 | 0 | 10101 | 0 | 100100 | 100101100 | 10000 | 111001 |
Color Harmonies of #A380A3
Complementary color
Monochromatic Colors of #A380A3
Black with #A380A3
Text Example
Text Example
White with #A380A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A380A3; }
p { color: rgb(163,128,163); }
H1.HeaderClassName
{
color: #A380A3;
}
.AnyTagClassName
{
color: #A380A3;
}
</style>
background-color css
<style>
a { background-color: #A380A3; }
a { background-color: rgb(163,128,163); }
div.DivClassName
{
background-color: #A380A3;
}
.BgClassName
{
background-color: #A380A3;
}
</style>
border-color css
<style>
span { border-color: #A380A3; }
span { border-color: rgb(163,128,163); }
td.TdClassName
{
border-color: #A380A3;
}
.TagClassName
{
border-color: #A380A3;
}
</style>