Shades of Royal Heath #A34C7A
Tints of Royal Heath #A34C7A
RGB
CMYK
RGB Variations
Color information
#A34C7A (or 0xA34C7A) is known color: Royal Heath. HEX triplet: A3, 4C and 7A. RGB value is (163,76,122). Sum of RGB (Red+Green+Blue) = 163+76+122=361 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.15% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 163 - color contains mainly: red. Hex color #A34C7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34C7A is #5CB385. Grayscale: #6B6B6B. Windows color (decimal): -6075270 or 8015011. OLE color: 8015011.
HSL color Cylindrical-coordinate representation of color #A34C7A: hue angle of 328.28º 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 #A34C7A is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 76 | 122 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.36 |
| HSL | 328.28º | 0.36% | 0.47% | - |
| HSV(B) | 328.28º | 0.53% | 0.64% | - |
| XYZ | 21.2 | 14.36 | 20.07 | - |
| YUV | 107.26 | 136.32 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 76 | 122 | 0 | 0.53 | 0.25 | 0.36 | 328.28 | 0.36 | 0.47 |
| Hex | A3 | 4C | 7A | 0 | 35 | 19 | 24 | 148 | 24 | 2F |
| Octal | 243 | 114 | 172 | 0 | 65 | 31 | 44 | 510 | 44 | 57 |
| Binary | 10100011 | 1001100 | 1111010 | 0 | 110101 | 11001 | 100100 | 101001000 | 100100 | 101111 |
Color Harmonies of #A34C7A
Complementary color
Monochromatic Colors of #A34C7A
Black with #A34C7A
Text Example
Text Example
White with #A34C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34C7A; }
p { color: rgb(163,76,122); }
H1.HeaderClassName
{
color: #A34C7A;
}
.AnyTagClassName
{
color: #A34C7A;
}
</style>
background-color css
<style>
a { background-color: #A34C7A; }
a { background-color: rgb(163,76,122); }
div.DivClassName
{
background-color: #A34C7A;
}
.BgClassName
{
background-color: #A34C7A;
}
</style>
border-color css
<style>
span { border-color: #A34C7A; }
span { border-color: rgb(163,76,122); }
td.TdClassName
{
border-color: #A34C7A;
}
.TagClassName
{
border-color: #A34C7A;
}
</style>