Shades of Royal Heath #A34F72
Tints of Royal Heath #A34F72
RGB
CMYK
RGB Variations
Color information
#A34F72 (or 0xA34F72) is known color: Royal Heath. HEX triplet: A3, 4F and 72. RGB value is (163,79,114). Sum of RGB (Red+Green+Blue) = 163+79+114=356 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.79% from 356); Green value is 79 (31.25% from 255 or 22.19% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 163 - color contains mainly: red. Hex color #A34F72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A34F72 is #5CB08D. Grayscale: #6C6C6C. Windows color (decimal): -6074510 or 7491491. OLE color: 7491491.
HSL color Cylindrical-coordinate representation of color #A34F72: hue angle of 335º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A34F72 is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 79 | 114 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.36 |
| HSL | 335º | 0.35% | 0.47% | - |
| HSV(B) | 335º | 0.52% | 0.64% | - |
| XYZ | 20.94 | 14.59 | 17.63 | - |
| YUV | 108.11 | 131.33 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 79 | 114 | 0 | 0.52 | 0.30 | 0.36 | 335 | 0.35 | 0.47 |
| Hex | A3 | 4F | 72 | 0 | 34 | 1E | 24 | 14F | 23 | 2F |
| Octal | 243 | 117 | 162 | 0 | 64 | 36 | 44 | 517 | 43 | 57 |
| Binary | 10100011 | 1001111 | 1110010 | 0 | 110100 | 11110 | 100100 | 101001111 | 100011 | 101111 |
Color Harmonies of #A34F72
Complementary color
Monochromatic Colors of #A34F72
Black with #A34F72
Text Example
Text Example
White with #A34F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34F72; }
p { color: rgb(163,79,114); }
H1.HeaderClassName
{
color: #A34F72;
}
.AnyTagClassName
{
color: #A34F72;
}
</style>
background-color css
<style>
a { background-color: #A34F72; }
a { background-color: rgb(163,79,114); }
div.DivClassName
{
background-color: #A34F72;
}
.BgClassName
{
background-color: #A34F72;
}
</style>
border-color css
<style>
span { border-color: #A34F72; }
span { border-color: rgb(163,79,114); }
td.TdClassName
{
border-color: #A34F72;
}
.TagClassName
{
border-color: #A34F72;
}
</style>