Shades of Royal Heath #A54B7D
Tints of Royal Heath #A54B7D
RGB
CMYK
RGB Variations
Color information
#A54B7D (or 0xA54B7D) is known color: Royal Heath. HEX triplet: A5, 4B and 7D. RGB value is (165,75,125). Sum of RGB (Red+Green+Blue) = 165+75+125=365 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.21% from 365); Green value is 75 (29.69% from 255 or 20.55% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 165 - color contains mainly: red. Hex color #A54B7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54B7D is #5AB482. Grayscale: #6B6B6B. Windows color (decimal): -5944451 or 8211365. OLE color: 8211365.
HSL color Cylindrical-coordinate representation of color #A54B7D: hue angle of 326.67º 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 #A54B7D is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 75 | 125 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.35 |
| HSL | 326.67º | 0.38% | 0.47% | - |
| HSV(B) | 326.67º | 0.55% | 0.65% | - |
| XYZ | 21.73 | 14.51 | 21.06 | - |
| YUV | 107.61 | 137.82 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 75 | 125 | 0 | 0.55 | 0.24 | 0.35 | 326.67 | 0.38 | 0.47 |
| Hex | A5 | 4B | 7D | 0 | 37 | 18 | 23 | 147 | 26 | 2F |
| Octal | 245 | 113 | 175 | 0 | 67 | 30 | 43 | 507 | 46 | 57 |
| Binary | 10100101 | 1001011 | 1111101 | 0 | 110111 | 11000 | 100011 | 101000111 | 100110 | 101111 |
Color Harmonies of #A54B7D
Complementary color
Monochromatic Colors of #A54B7D
Black with #A54B7D
Text Example
Text Example
White with #A54B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54B7D; }
p { color: rgb(165,75,125); }
H1.HeaderClassName
{
color: #A54B7D;
}
.AnyTagClassName
{
color: #A54B7D;
}
</style>
background-color css
<style>
a { background-color: #A54B7D; }
a { background-color: rgb(165,75,125); }
div.DivClassName
{
background-color: #A54B7D;
}
.BgClassName
{
background-color: #A54B7D;
}
</style>
border-color css
<style>
span { border-color: #A54B7D; }
span { border-color: rgb(165,75,125); }
td.TdClassName
{
border-color: #A54B7D;
}
.TagClassName
{
border-color: #A54B7D;
}
</style>