Shades of Royal Heath #A5437B
Tints of Royal Heath #A5437B
RGB
CMYK
RGB Variations
Color information
#A5437B (or 0xA5437B) is known color: Royal Heath. HEX triplet: A5, 43 and 7B. RGB value is (165,67,123). Sum of RGB (Red+Green+Blue) = 165+67+123=355 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.48% from 355); Green value is 67 (26.56% from 255 or 18.87% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 165 - color contains mainly: red. Hex color #A5437B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5437B is #5ABC84. Grayscale: #666666. Windows color (decimal): -5946501 or 8078245. OLE color: 8078245.
HSL color Cylindrical-coordinate representation of color #A5437B: hue angle of 325.71º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A5437B is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 67 | 123 | - |
| CMYK | 0 | 0.59 | 0.25 | 0.35 |
| HSL | 325.71º | 0.42% | 0.45% | - |
| HSV(B) | 325.71º | 0.59% | 0.65% | - |
| XYZ | 21.1 | 13.44 | 20.22 | - |
| YUV | 102.69 | 139.47 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 67 | 123 | 0 | 0.59 | 0.25 | 0.35 | 325.71 | 0.42 | 0.45 |
| Hex | A5 | 43 | 7B | 0 | 3B | 19 | 23 | 146 | 2A | 2D |
| Octal | 245 | 103 | 173 | 0 | 73 | 31 | 43 | 506 | 52 | 55 |
| Binary | 10100101 | 1000011 | 1111011 | 0 | 111011 | 11001 | 100011 | 101000110 | 101010 | 101101 |
Color Harmonies of #A5437B
Complementary color
Monochromatic Colors of #A5437B
Black with #A5437B
Text Example
Text Example
White with #A5437B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5437B; }
p { color: rgb(165,67,123); }
H1.HeaderClassName
{
color: #A5437B;
}
.AnyTagClassName
{
color: #A5437B;
}
</style>
background-color css
<style>
a { background-color: #A5437B; }
a { background-color: rgb(165,67,123); }
div.DivClassName
{
background-color: #A5437B;
}
.BgClassName
{
background-color: #A5437B;
}
</style>
border-color css
<style>
span { border-color: #A5437B; }
span { border-color: rgb(165,67,123); }
td.TdClassName
{
border-color: #A5437B;
}
.TagClassName
{
border-color: #A5437B;
}
</style>