Shades of Royal Heath #A54A7A
Tints of Royal Heath #A54A7A
RGB
CMYK
RGB Variations
Color information
#A54A7A (or 0xA54A7A) is known color: Royal Heath. HEX triplet: A5, 4A and 7A. RGB value is (165,74,122). Sum of RGB (Red+Green+Blue) = 165+74+122=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 74 (29.30% from 255 or 20.50% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 165 - color contains mainly: red. Hex color #A54A7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54A7A is #5AB585. Grayscale: #6A6A6A. Windows color (decimal): -5944710 or 8014501. OLE color: 8014501.
HSL color Cylindrical-coordinate representation of color #A54A7A: hue angle of 328.35º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A54A7A is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 74 | 122 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.35 |
| HSL | 328.35º | 0.38% | 0.47% | - |
| HSV(B) | 328.35º | 0.55% | 0.65% | - |
| XYZ | 21.48 | 14.3 | 20.04 | - |
| YUV | 106.68 | 136.65 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 74 | 122 | 0 | 0.55 | 0.26 | 0.35 | 328.35 | 0.38 | 0.47 |
| Hex | A5 | 4A | 7A | 0 | 37 | 1A | 23 | 148 | 26 | 2F |
| Octal | 245 | 112 | 172 | 0 | 67 | 32 | 43 | 510 | 46 | 57 |
| Binary | 10100101 | 1001010 | 1111010 | 0 | 110111 | 11010 | 100011 | 101001000 | 100110 | 101111 |
Color Harmonies of #A54A7A
Complementary color
Monochromatic Colors of #A54A7A
Black with #A54A7A
Text Example
Text Example
White with #A54A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54A7A; }
p { color: rgb(165,74,122); }
H1.HeaderClassName
{
color: #A54A7A;
}
.AnyTagClassName
{
color: #A54A7A;
}
</style>
background-color css
<style>
a { background-color: #A54A7A; }
a { background-color: rgb(165,74,122); }
div.DivClassName
{
background-color: #A54A7A;
}
.BgClassName
{
background-color: #A54A7A;
}
</style>
border-color css
<style>
span { border-color: #A54A7A; }
span { border-color: rgb(165,74,122); }
td.TdClassName
{
border-color: #A54A7A;
}
.TagClassName
{
border-color: #A54A7A;
}
</style>