Shades of Royal Heath #A34C83
Tints of Royal Heath #A34C83
RGB
CMYK
RGB Variations
Color information
#A34C83 (or 0xA34C83) is known color: Royal Heath. HEX triplet: A3, 4C and 83. RGB value is (163,76,131). Sum of RGB (Red+Green+Blue) = 163+76+131=370 (49% of max value = 765). Red value is 163 (64.06% from 255 or 44.05% from 370); Green value is 76 (30.08% from 255 or 20.54% from 370); Blue value is 131 (51.56% from 255 or 35.41% from 370); Max value from RGB is 163 - color contains mainly: red. Hex color #A34C83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34C83 is #5CB37C. Grayscale: #6C6C6C. Windows color (decimal): -6075261 or 8604835. OLE color: 8604835.
HSL color Cylindrical-coordinate representation of color #A34C83: hue angle of 322.07º 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 #A34C83 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 76 | 131 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.36 |
| HSL | 322.07º | 0.36% | 0.47% | - |
| HSV(B) | 322.07º | 0.53% | 0.64% | - |
| XYZ | 21.79 | 14.59 | 23.14 | - |
| YUV | 108.28 | 140.82 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 76 | 131 | 0 | 0.53 | 0.20 | 0.36 | 322.07 | 0.36 | 0.47 |
| Hex | A3 | 4C | 83 | 0 | 35 | 14 | 24 | 142 | 24 | 2F |
| Octal | 243 | 114 | 203 | 0 | 65 | 24 | 44 | 502 | 44 | 57 |
| Binary | 10100011 | 1001100 | 10000011 | 0 | 110101 | 10100 | 100100 | 101000010 | 100100 | 101111 |
Color Harmonies of #A34C83
Complementary color
Monochromatic Colors of #A34C83
Black with #A34C83
Text Example
Text Example
White with #A34C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34C83; }
p { color: rgb(163,76,131); }
H1.HeaderClassName
{
color: #A34C83;
}
.AnyTagClassName
{
color: #A34C83;
}
</style>
background-color css
<style>
a { background-color: #A34C83; }
a { background-color: rgb(163,76,131); }
div.DivClassName
{
background-color: #A34C83;
}
.BgClassName
{
background-color: #A34C83;
}
</style>
border-color css
<style>
span { border-color: #A34C83; }
span { border-color: rgb(163,76,131); }
td.TdClassName
{
border-color: #A34C83;
}
.TagClassName
{
border-color: #A34C83;
}
</style>