Shades of Royal Heath #A5467E
Tints of Royal Heath #A5467E
RGB
CMYK
RGB Variations
Color information
#A5467E (or 0xA5467E) is known color: Royal Heath. HEX triplet: A5, 46 and 7E. RGB value is (165,70,126). Sum of RGB (Red+Green+Blue) = 165+70+126=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 70 (27.73% from 255 or 19.39% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 165 - color contains mainly: red. Hex color #A5467E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5467E is #5AB981. Grayscale: #686868. Windows color (decimal): -5945730 or 8275621. OLE color: 8275621.
HSL color Cylindrical-coordinate representation of color #A5467E: hue angle of 324.63º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A5467E is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 70 | 126 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.35 |
| HSL | 324.63º | 0.4% | 0.46% | - |
| HSV(B) | 324.63º | 0.58% | 0.65% | - |
| XYZ | 21.47 | 13.89 | 21.29 | - |
| YUV | 104.79 | 139.97 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 70 | 126 | 0 | 0.58 | 0.24 | 0.35 | 324.63 | 0.4 | 0.46 |
| Hex | A5 | 46 | 7E | 0 | 3A | 18 | 23 | 145 | 28 | 2E |
| Octal | 245 | 106 | 176 | 0 | 72 | 30 | 43 | 505 | 50 | 56 |
| Binary | 10100101 | 1000110 | 1111110 | 0 | 111010 | 11000 | 100011 | 101000101 | 101000 | 101110 |
Color Harmonies of #A5467E
Complementary color
Monochromatic Colors of #A5467E
Black with #A5467E
Text Example
Text Example
White with #A5467E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5467E; }
p { color: rgb(165,70,126); }
H1.HeaderClassName
{
color: #A5467E;
}
.AnyTagClassName
{
color: #A5467E;
}
</style>
background-color css
<style>
a { background-color: #A5467E; }
a { background-color: rgb(165,70,126); }
div.DivClassName
{
background-color: #A5467E;
}
.BgClassName
{
background-color: #A5467E;
}
</style>
border-color css
<style>
span { border-color: #A5467E; }
span { border-color: rgb(165,70,126); }
td.TdClassName
{
border-color: #A5467E;
}
.TagClassName
{
border-color: #A5467E;
}
</style>