Shades of Royal Heath #A75384
Tints of Royal Heath #A75384
RGB
CMYK
RGB Variations
Color information
#A75384 (or 0xA75384) is known color: Royal Heath. HEX triplet: A7, 53 and 84. RGB value is (167,83,132). Sum of RGB (Red+Green+Blue) = 167+83+132=382 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.72% from 382); Green value is 83 (32.81% from 255 or 21.73% from 382); Blue value is 132 (51.95% from 255 or 34.55% from 382); Max value from RGB is 167 - color contains mainly: red. Hex color #A75384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75384 is #58AC7B. Grayscale: #717171. Windows color (decimal): -5811324 or 8672167. OLE color: 8672167.
HSL color Cylindrical-coordinate representation of color #A75384: hue angle of 325º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A75384 is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 83 | 132 | - |
| CMYK | 0 | 0.50 | 0.21 | 0.35 |
| HSL | 325º | 0.34% | 0.49% | - |
| HSV(B) | 325º | 0.5% | 0.65% | - |
| XYZ | 23.19 | 16.07 | 23.71 | - |
| YUV | 113.7 | 138.33 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 83 | 132 | 0 | 0.50 | 0.21 | 0.35 | 325 | 0.34 | 0.49 |
| Hex | A7 | 53 | 84 | 0 | 32 | 15 | 23 | 145 | 22 | 31 |
| Octal | 247 | 123 | 204 | 0 | 62 | 25 | 43 | 505 | 42 | 61 |
| Binary | 10100111 | 1010011 | 10000100 | 0 | 110010 | 10101 | 100011 | 101000101 | 100010 | 110001 |
Color Harmonies of #A75384
Complementary color
Monochromatic Colors of #A75384
Black with #A75384
Text Example
Text Example
White with #A75384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75384; }
p { color: rgb(167,83,132); }
H1.HeaderClassName
{
color: #A75384;
}
.AnyTagClassName
{
color: #A75384;
}
</style>
background-color css
<style>
a { background-color: #A75384; }
a { background-color: rgb(167,83,132); }
div.DivClassName
{
background-color: #A75384;
}
.BgClassName
{
background-color: #A75384;
}
</style>
border-color css
<style>
span { border-color: #A75384; }
span { border-color: rgb(167,83,132); }
td.TdClassName
{
border-color: #A75384;
}
.TagClassName
{
border-color: #A75384;
}
</style>