Shades of Royal Heath #A54B7B
Tints of Royal Heath #A54B7B
RGB
CMYK
RGB Variations
Color information
#A54B7B (or 0xA54B7B) is known color: Royal Heath. HEX triplet: A5, 4B and 7B. RGB value is (165,75,123). Sum of RGB (Red+Green+Blue) = 165+75+123=363 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.45% from 363); Green value is 75 (29.69% from 255 or 20.66% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 165 - color contains mainly: red. Hex color #A54B7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54B7B is #5AB484. Grayscale: #6B6B6B. Windows color (decimal): -5944453 or 8080293. OLE color: 8080293.
HSL color Cylindrical-coordinate representation of color #A54B7B: hue angle of 328º 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 #A54B7B is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 75 | 123 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.35 |
| HSL | 328º | 0.38% | 0.47% | - |
| HSV(B) | 328º | 0.55% | 0.65% | - |
| XYZ | 21.61 | 14.46 | 20.39 | - |
| YUV | 107.38 | 136.82 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 75 | 123 | 0 | 0.55 | 0.25 | 0.35 | 328 | 0.38 | 0.47 |
| Hex | A5 | 4B | 7B | 0 | 37 | 19 | 23 | 148 | 26 | 2F |
| Octal | 245 | 113 | 173 | 0 | 67 | 31 | 43 | 510 | 46 | 57 |
| Binary | 10100101 | 1001011 | 1111011 | 0 | 110111 | 11001 | 100011 | 101001000 | 100110 | 101111 |
Color Harmonies of #A54B7B
Complementary color
Monochromatic Colors of #A54B7B
Black with #A54B7B
Text Example
Text Example
White with #A54B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54B7B; }
p { color: rgb(165,75,123); }
H1.HeaderClassName
{
color: #A54B7B;
}
.AnyTagClassName
{
color: #A54B7B;
}
</style>
background-color css
<style>
a { background-color: #A54B7B; }
a { background-color: rgb(165,75,123); }
div.DivClassName
{
background-color: #A54B7B;
}
.BgClassName
{
background-color: #A54B7B;
}
</style>
border-color css
<style>
span { border-color: #A54B7B; }
span { border-color: rgb(165,75,123); }
td.TdClassName
{
border-color: #A54B7B;
}
.TagClassName
{
border-color: #A54B7B;
}
</style>