Shades of Royal Heath #A34C7B
Tints of Royal Heath #A34C7B
RGB
CMYK
RGB Variations
Color information
#A34C7B (or 0xA34C7B) is known color: Royal Heath. HEX triplet: A3, 4C and 7B. RGB value is (163,76,123). Sum of RGB (Red+Green+Blue) = 163+76+123=362 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.03% from 362); Green value is 76 (30.08% from 255 or 20.99% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 163 - color contains mainly: red. Hex color #A34C7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34C7B is #5CB384. Grayscale: #6B6B6B. Windows color (decimal): -6075269 or 8080547. OLE color: 8080547.
HSL color Cylindrical-coordinate representation of color #A34C7B: hue angle of 327.59º 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 #A34C7B is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 76 | 123 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.36 |
| HSL | 327.59º | 0.36% | 0.47% | - |
| HSV(B) | 327.59º | 0.53% | 0.64% | - |
| XYZ | 21.26 | 14.39 | 20.39 | - |
| YUV | 107.37 | 136.82 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 76 | 123 | 0 | 0.53 | 0.25 | 0.36 | 327.59 | 0.36 | 0.47 |
| Hex | A3 | 4C | 7B | 0 | 35 | 19 | 24 | 148 | 24 | 2F |
| Octal | 243 | 114 | 173 | 0 | 65 | 31 | 44 | 510 | 44 | 57 |
| Binary | 10100011 | 1001100 | 1111011 | 0 | 110101 | 11001 | 100100 | 101001000 | 100100 | 101111 |
Color Harmonies of #A34C7B
Complementary color
Monochromatic Colors of #A34C7B
Black with #A34C7B
Text Example
Text Example
White with #A34C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34C7B; }
p { color: rgb(163,76,123); }
H1.HeaderClassName
{
color: #A34C7B;
}
.AnyTagClassName
{
color: #A34C7B;
}
</style>
background-color css
<style>
a { background-color: #A34C7B; }
a { background-color: rgb(163,76,123); }
div.DivClassName
{
background-color: #A34C7B;
}
.BgClassName
{
background-color: #A34C7B;
}
</style>
border-color css
<style>
span { border-color: #A34C7B; }
span { border-color: rgb(163,76,123); }
td.TdClassName
{
border-color: #A34C7B;
}
.TagClassName
{
border-color: #A34C7B;
}
</style>