Shades of Royal Heath #A54975
Tints of Royal Heath #A54975
RGB
CMYK
RGB Variations
Color information
#A54975 (or 0xA54975) is known color: Royal Heath. HEX triplet: A5, 49 and 75. RGB value is (165,73,117). Sum of RGB (Red+Green+Blue) = 165+73+117=355 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.48% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 165 - color contains mainly: red. Hex color #A54975 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54975 is #5AB68A. Grayscale: #696969. Windows color (decimal): -5944971 or 7686565. OLE color: 7686565.
HSL color Cylindrical-coordinate representation of color #A54975: hue angle of 331.3º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A54975 is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 73 | 117 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.35 |
| HSL | 331.3º | 0.39% | 0.47% | - |
| HSV(B) | 331.3º | 0.56% | 0.65% | - |
| XYZ | 21.11 | 14.05 | 18.43 | - |
| YUV | 105.52 | 134.48 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 73 | 117 | 0 | 0.56 | 0.29 | 0.35 | 331.3 | 0.39 | 0.47 |
| Hex | A5 | 49 | 75 | 0 | 38 | 1D | 23 | 14B | 27 | 2F |
| Octal | 245 | 111 | 165 | 0 | 70 | 35 | 43 | 513 | 47 | 57 |
| Binary | 10100101 | 1001001 | 1110101 | 0 | 111000 | 11101 | 100011 | 101001011 | 100111 | 101111 |
Color Harmonies of #A54975
Complementary color
Monochromatic Colors of #A54975
Black with #A54975
Text Example
Text Example
White with #A54975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54975; }
p { color: rgb(165,73,117); }
H1.HeaderClassName
{
color: #A54975;
}
.AnyTagClassName
{
color: #A54975;
}
</style>
background-color css
<style>
a { background-color: #A54975; }
a { background-color: rgb(165,73,117); }
div.DivClassName
{
background-color: #A54975;
}
.BgClassName
{
background-color: #A54975;
}
</style>
border-color css
<style>
span { border-color: #A54975; }
span { border-color: rgb(165,73,117); }
td.TdClassName
{
border-color: #A54975;
}
.TagClassName
{
border-color: #A54975;
}
</style>