Shades of Royal Heath #A5437D
Tints of Royal Heath #A5437D
RGB
CMYK
RGB Variations
Color information
#A5437D (or 0xA5437D) is known color: Royal Heath. HEX triplet: A5, 43 and 7D. RGB value is (165,67,125). Sum of RGB (Red+Green+Blue) = 165+67+125=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 67 (26.56% from 255 or 18.77% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 165 - color contains mainly: red. Hex color #A5437D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5437D is #5ABC82. Grayscale: #666666. Windows color (decimal): -5946499 or 8209317. OLE color: 8209317.
HSL color Cylindrical-coordinate representation of color #A5437D: hue angle of 324.49º 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 #A5437D is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 67 | 125 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.35 |
| HSL | 324.49º | 0.42% | 0.45% | - |
| HSV(B) | 324.49º | 0.59% | 0.65% | - |
| XYZ | 21.23 | 13.49 | 20.89 | - |
| YUV | 102.91 | 140.47 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 67 | 125 | 0 | 0.59 | 0.24 | 0.35 | 324.49 | 0.42 | 0.45 |
| Hex | A5 | 43 | 7D | 0 | 3B | 18 | 23 | 144 | 2A | 2D |
| Octal | 245 | 103 | 175 | 0 | 73 | 30 | 43 | 504 | 52 | 55 |
| Binary | 10100101 | 1000011 | 1111101 | 0 | 111011 | 11000 | 100011 | 101000100 | 101010 | 101101 |
Color Harmonies of #A5437D
Complementary color
Monochromatic Colors of #A5437D
Black with #A5437D
Text Example
Text Example
White with #A5437D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5437D; }
p { color: rgb(165,67,125); }
H1.HeaderClassName
{
color: #A5437D;
}
.AnyTagClassName
{
color: #A5437D;
}
</style>
background-color css
<style>
a { background-color: #A5437D; }
a { background-color: rgb(165,67,125); }
div.DivClassName
{
background-color: #A5437D;
}
.BgClassName
{
background-color: #A5437D;
}
</style>
border-color css
<style>
span { border-color: #A5437D; }
span { border-color: rgb(165,67,125); }
td.TdClassName
{
border-color: #A5437D;
}
.TagClassName
{
border-color: #A5437D;
}
</style>