Shades of Royal Heath #A34B7E
Tints of Royal Heath #A34B7E
RGB
CMYK
RGB Variations
Color information
#A34B7E (or 0xA34B7E) is known color: Royal Heath. HEX triplet: A3, 4B and 7E. RGB value is (163,75,126). Sum of RGB (Red+Green+Blue) = 163+75+126=364 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.78% from 364); Green value is 75 (29.69% from 255 or 20.60% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 163 - color contains mainly: red. Hex color #A34B7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34B7E is #5CB481. Grayscale: #6B6B6B. Windows color (decimal): -6075522 or 8276899. OLE color: 8276899.
HSL color Cylindrical-coordinate representation of color #A34B7E: hue angle of 325.23º 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 #A34B7E is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 75 | 126 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.36 |
| HSL | 325.23º | 0.37% | 0.47% | - |
| HSV(B) | 325.23º | 0.54% | 0.64% | - |
| XYZ | 21.39 | 14.33 | 21.38 | - |
| YUV | 107.13 | 138.65 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 75 | 126 | 0 | 0.54 | 0.23 | 0.36 | 325.23 | 0.37 | 0.47 |
| Hex | A3 | 4B | 7E | 0 | 36 | 17 | 24 | 145 | 25 | 2F |
| Octal | 243 | 113 | 176 | 0 | 66 | 27 | 44 | 505 | 45 | 57 |
| Binary | 10100011 | 1001011 | 1111110 | 0 | 110110 | 10111 | 100100 | 101000101 | 100101 | 101111 |
Color Harmonies of #A34B7E
Complementary color
Monochromatic Colors of #A34B7E
Black with #A34B7E
Text Example
Text Example
White with #A34B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34B7E; }
p { color: rgb(163,75,126); }
H1.HeaderClassName
{
color: #A34B7E;
}
.AnyTagClassName
{
color: #A34B7E;
}
</style>
background-color css
<style>
a { background-color: #A34B7E; }
a { background-color: rgb(163,75,126); }
div.DivClassName
{
background-color: #A34B7E;
}
.BgClassName
{
background-color: #A34B7E;
}
</style>
border-color css
<style>
span { border-color: #A34B7E; }
span { border-color: rgb(163,75,126); }
td.TdClassName
{
border-color: #A34B7E;
}
.TagClassName
{
border-color: #A34B7E;
}
</style>