Shades of Royal Heath #A34B84
Tints of Royal Heath #A34B84
RGB
CMYK
RGB Variations
Color information
#A34B84 (or 0xA34B84) is known color: Royal Heath. HEX triplet: A3, 4B and 84. RGB value is (163,75,132). Sum of RGB (Red+Green+Blue) = 163+75+132=370 (49% of max value = 765). Red value is 163 (64.06% from 255 or 44.05% from 370); Green value is 75 (29.69% from 255 or 20.27% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 163 - color contains mainly: red. Hex color #A34B84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34B84 is #5CB47B. Grayscale: #6B6B6B. Windows color (decimal): -6075516 or 8670115. OLE color: 8670115.
HSL color Cylindrical-coordinate representation of color #A34B84: hue angle of 321.14º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A34B84 is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 75 | 132 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.36 |
| HSL | 321.14º | 0.37% | 0.47% | - |
| HSV(B) | 321.14º | 0.54% | 0.64% | - |
| XYZ | 21.79 | 14.48 | 23.48 | - |
| YUV | 107.81 | 141.65 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 75 | 132 | 0 | 0.54 | 0.19 | 0.36 | 321.14 | 0.37 | 0.47 |
| Hex | A3 | 4B | 84 | 0 | 36 | 13 | 24 | 141 | 25 | 2F |
| Octal | 243 | 113 | 204 | 0 | 66 | 23 | 44 | 501 | 45 | 57 |
| Binary | 10100011 | 1001011 | 10000100 | 0 | 110110 | 10011 | 100100 | 101000001 | 100101 | 101111 |
Color Harmonies of #A34B84
Complementary color
Monochromatic Colors of #A34B84
Black with #A34B84
Text Example
Text Example
White with #A34B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34B84; }
p { color: rgb(163,75,132); }
H1.HeaderClassName
{
color: #A34B84;
}
.AnyTagClassName
{
color: #A34B84;
}
</style>
background-color css
<style>
a { background-color: #A34B84; }
a { background-color: rgb(163,75,132); }
div.DivClassName
{
background-color: #A34B84;
}
.BgClassName
{
background-color: #A34B84;
}
</style>
border-color css
<style>
span { border-color: #A34B84; }
span { border-color: rgb(163,75,132); }
td.TdClassName
{
border-color: #A34B84;
}
.TagClassName
{
border-color: #A34B84;
}
</style>