Shades of Royal Heath #A3447B
Tints of Royal Heath #A3447B
RGB
CMYK
RGB Variations
Color information
#A3447B (or 0xA3447B) is known color: Royal Heath. HEX triplet: A3, 44 and 7B. RGB value is (163,68,123). Sum of RGB (Red+Green+Blue) = 163+68+123=354 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.05% from 354); Green value is 68 (26.95% from 255 or 19.21% from 354); Blue value is 123 (48.44% from 255 or 34.75% from 354); Max value from RGB is 163 - color contains mainly: red. Hex color #A3447B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3447B is #5CBB84. Grayscale: #666666. Windows color (decimal): -6077317 or 8078499. OLE color: 8078499.
HSL color Cylindrical-coordinate representation of color #A3447B: hue angle of 325.26º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A3447B is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 68 | 123 | - |
| CMYK | 0 | 0.58 | 0.25 | 0.36 |
| HSL | 325.26º | 0.41% | 0.45% | - |
| HSV(B) | 325.26º | 0.58% | 0.64% | - |
| XYZ | 20.75 | 13.35 | 20.22 | - |
| YUV | 102.68 | 139.47 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 68 | 123 | 0 | 0.58 | 0.25 | 0.36 | 325.26 | 0.41 | 0.45 |
| Hex | A3 | 44 | 7B | 0 | 3A | 19 | 24 | 145 | 29 | 2D |
| Octal | 243 | 104 | 173 | 0 | 72 | 31 | 44 | 505 | 51 | 55 |
| Binary | 10100011 | 1000100 | 1111011 | 0 | 111010 | 11001 | 100100 | 101000101 | 101001 | 101101 |
Color Harmonies of #A3447B
Complementary color
Monochromatic Colors of #A3447B
Black with #A3447B
Text Example
Text Example
White with #A3447B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3447B; }
p { color: rgb(163,68,123); }
H1.HeaderClassName
{
color: #A3447B;
}
.AnyTagClassName
{
color: #A3447B;
}
</style>
background-color css
<style>
a { background-color: #A3447B; }
a { background-color: rgb(163,68,123); }
div.DivClassName
{
background-color: #A3447B;
}
.BgClassName
{
background-color: #A3447B;
}
</style>
border-color css
<style>
span { border-color: #A3447B; }
span { border-color: rgb(163,68,123); }
td.TdClassName
{
border-color: #A3447B;
}
.TagClassName
{
border-color: #A3447B;
}
</style>