Shades of Royal Heath #A34B83
Tints of Royal Heath #A34B83
RGB
CMYK
RGB Variations
Color information
#A34B83 (or 0xA34B83) is known color: Royal Heath. HEX triplet: A3, 4B and 83. RGB value is (163,75,131). Sum of RGB (Red+Green+Blue) = 163+75+131=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 75 (29.69% from 255 or 20.33% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 163 - color contains mainly: red. Hex color #A34B83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34B83 is #5CB47C. Grayscale: #6B6B6B. Windows color (decimal): -6075517 or 8604579. OLE color: 8604579.
HSL color Cylindrical-coordinate representation of color #A34B83: hue angle of 321.82º 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 #A34B83 is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 75 | 131 | - |
| CMYK | 0 | 0.54 | 0.20 | 0.36 |
| HSL | 321.82º | 0.37% | 0.47% | - |
| HSV(B) | 321.82º | 0.54% | 0.64% | - |
| XYZ | 21.72 | 14.46 | 23.12 | - |
| YUV | 107.7 | 141.15 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 75 | 131 | 0 | 0.54 | 0.20 | 0.36 | 321.82 | 0.37 | 0.47 |
| Hex | A3 | 4B | 83 | 0 | 36 | 14 | 24 | 142 | 25 | 2F |
| Octal | 243 | 113 | 203 | 0 | 66 | 24 | 44 | 502 | 45 | 57 |
| Binary | 10100011 | 1001011 | 10000011 | 0 | 110110 | 10100 | 100100 | 101000010 | 100101 | 101111 |
Color Harmonies of #A34B83
Complementary color
Monochromatic Colors of #A34B83
Black with #A34B83
Text Example
Text Example
White with #A34B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34B83; }
p { color: rgb(163,75,131); }
H1.HeaderClassName
{
color: #A34B83;
}
.AnyTagClassName
{
color: #A34B83;
}
</style>
background-color css
<style>
a { background-color: #A34B83; }
a { background-color: rgb(163,75,131); }
div.DivClassName
{
background-color: #A34B83;
}
.BgClassName
{
background-color: #A34B83;
}
</style>
border-color css
<style>
span { border-color: #A34B83; }
span { border-color: rgb(163,75,131); }
td.TdClassName
{
border-color: #A34B83;
}
.TagClassName
{
border-color: #A34B83;
}
</style>