Shades of Royal Heath #A5457C
Tints of Royal Heath #A5457C
RGB
CMYK
RGB Variations
Color information
#A5457C (or 0xA5457C) is known color: Royal Heath. HEX triplet: A5, 45 and 7C. RGB value is (165,69,124). Sum of RGB (Red+Green+Blue) = 165+69+124=358 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.09% from 358); Green value is 69 (27.34% from 255 or 19.27% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 165 - color contains mainly: red. Hex color #A5457C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5457C is #5ABA83. Grayscale: #676767. Windows color (decimal): -5945988 or 8144293. OLE color: 8144293.
HSL color Cylindrical-coordinate representation of color #A5457C: hue angle of 325.62º degrees, saturation: 0.41, 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 #A5457C is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 69 | 124 | - |
| CMYK | 0 | 0.58 | 0.25 | 0.35 |
| HSL | 325.63º | 0.41% | 0.46% | - |
| HSV(B) | 325.63º | 0.58% | 0.65% | - |
| XYZ | 21.28 | 13.71 | 20.59 | - |
| YUV | 103.97 | 139.3 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 69 | 124 | 0 | 0.58 | 0.25 | 0.35 | 325.63 | 0.41 | 0.46 |
| Hex | A5 | 45 | 7C | 0 | 3A | 19 | 23 | 146 | 29 | 2E |
| Octal | 245 | 105 | 174 | 0 | 72 | 31 | 43 | 506 | 51 | 56 |
| Binary | 10100101 | 1000101 | 1111100 | 0 | 111010 | 11001 | 100011 | 101000110 | 101001 | 101110 |
Color Harmonies of #A5457C
Complementary color
Monochromatic Colors of #A5457C
Black with #A5457C
Text Example
Text Example
White with #A5457C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5457C; }
p { color: rgb(165,69,124); }
H1.HeaderClassName
{
color: #A5457C;
}
.AnyTagClassName
{
color: #A5457C;
}
</style>
background-color css
<style>
a { background-color: #A5457C; }
a { background-color: rgb(165,69,124); }
div.DivClassName
{
background-color: #A5457C;
}
.BgClassName
{
background-color: #A5457C;
}
</style>
border-color css
<style>
span { border-color: #A5457C; }
span { border-color: rgb(165,69,124); }
td.TdClassName
{
border-color: #A5457C;
}
.TagClassName
{
border-color: #A5457C;
}
</style>