Shades of Royal Heath #A34D75
Tints of Royal Heath #A34D75
RGB
CMYK
RGB Variations
Color information
#A34D75 (or 0xA34D75) is known color: Royal Heath. HEX triplet: A3, 4D and 75. RGB value is (163,77,117). Sum of RGB (Red+Green+Blue) = 163+77+117=357 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.66% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 163 - color contains mainly: red. Hex color #A34D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A34D75 is #5CB28A. Grayscale: #6B6B6B. Windows color (decimal): -6075019 or 7687587. OLE color: 7687587.
HSL color Cylindrical-coordinate representation of color #A34D75: hue angle of 332.09º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A34D75 is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 77 | 117 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.36 |
| HSL | 332.09º | 0.36% | 0.47% | - |
| HSV(B) | 332.09º | 0.53% | 0.64% | - |
| XYZ | 20.97 | 14.38 | 18.5 | - |
| YUV | 107.27 | 133.49 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 77 | 117 | 0 | 0.53 | 0.28 | 0.36 | 332.09 | 0.36 | 0.47 |
| Hex | A3 | 4D | 75 | 0 | 35 | 1C | 24 | 14C | 24 | 2F |
| Octal | 243 | 115 | 165 | 0 | 65 | 34 | 44 | 514 | 44 | 57 |
| Binary | 10100011 | 1001101 | 1110101 | 0 | 110101 | 11100 | 100100 | 101001100 | 100100 | 101111 |
Color Harmonies of #A34D75
Complementary color
Monochromatic Colors of #A34D75
Black with #A34D75
Text Example
Text Example
White with #A34D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34D75; }
p { color: rgb(163,77,117); }
H1.HeaderClassName
{
color: #A34D75;
}
.AnyTagClassName
{
color: #A34D75;
}
</style>
background-color css
<style>
a { background-color: #A34D75; }
a { background-color: rgb(163,77,117); }
div.DivClassName
{
background-color: #A34D75;
}
.BgClassName
{
background-color: #A34D75;
}
</style>
border-color css
<style>
span { border-color: #A34D75; }
span { border-color: rgb(163,77,117); }
td.TdClassName
{
border-color: #A34D75;
}
.TagClassName
{
border-color: #A34D75;
}
</style>