Shades of London Hue #A283A3
Tints of London Hue #A283A3
RGB
CMYK
RGB Variations
Color information
#A283A3 (or 0xA283A3) is known color: London Hue. HEX triplet: A2, 83 and A3. RGB value is (162,131,163). Sum of RGB (Red+Green+Blue) = 162+131+163=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 131 (51.56% from 255 or 28.73% from 456); Blue value is 163 (64.06% from 255 or 35.75% from 456); Max value from RGB is 163 - color contains mainly: blue. Hex color #A283A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A283A3 is #5D7C5C. Grayscale: #8F8F8F. Windows color (decimal): -6126685 or 10716066. OLE color: 10716066.
HSL color Cylindrical-coordinate representation of color #A283A3: hue angle of 298.12º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A283A3 is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 131 | 163 | - |
| CMYK | 0.01 | 0.20 | 0 | 0.36 |
| HSL | 298.13º | 0.15% | 0.58% | - |
| HSV(B) | 298.13º | 0.2% | 0.64% | - |
| XYZ | 29.63 | 26.56 | 38.22 | - |
| YUV | 143.92 | 138.77 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 131 | 163 | 0.01 | 0.20 | 0 | 0.36 | 298.13 | 0.15 | 0.58 |
| Hex | A2 | 83 | A3 | 1 | 14 | 0 | 24 | 12A | F | 3A |
| Octal | 242 | 203 | 243 | 1 | 24 | 0 | 44 | 452 | 17 | 72 |
| Binary | 10100010 | 10000011 | 10100011 | 1 | 10100 | 0 | 100100 | 100101010 | 1111 | 111010 |
Color Harmonies of #A283A3
Complementary color
Monochromatic Colors of #A283A3
Black with #A283A3
Text Example
Text Example
White with #A283A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A283A3; }
p { color: rgb(162,131,163); }
H1.HeaderClassName
{
color: #A283A3;
}
.AnyTagClassName
{
color: #A283A3;
}
</style>
background-color css
<style>
a { background-color: #A283A3; }
a { background-color: rgb(162,131,163); }
div.DivClassName
{
background-color: #A283A3;
}
.BgClassName
{
background-color: #A283A3;
}
</style>
border-color css
<style>
span { border-color: #A283A3; }
span { border-color: rgb(162,131,163); }
td.TdClassName
{
border-color: #A283A3;
}
.TagClassName
{
border-color: #A283A3;
}
</style>