Shades of Royal Heath #A3447E
Tints of Royal Heath #A3447E
RGB
CMYK
RGB Variations
Color information
#A3447E (or 0xA3447E) is known color: Royal Heath. HEX triplet: A3, 44 and 7E. RGB value is (163,68,126). Sum of RGB (Red+Green+Blue) = 163+68+126=357 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.66% from 357); Green value is 68 (26.95% from 255 or 19.05% from 357); Blue value is 126 (49.61% from 255 or 35.29% from 357); Max value from RGB is 163 - color contains mainly: red. Hex color #A3447E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3447E is #5CBB81. Grayscale: #666666. Windows color (decimal): -6077314 or 8275107. OLE color: 8275107.
HSL color Cylindrical-coordinate representation of color #A3447E: hue angle of 323.37º 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 #A3447E is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 68 | 126 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.36 |
| HSL | 323.37º | 0.41% | 0.45% | - |
| HSV(B) | 323.37º | 0.58% | 0.64% | - |
| XYZ | 20.94 | 13.43 | 21.23 | - |
| YUV | 103.02 | 140.97 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 68 | 126 | 0 | 0.58 | 0.23 | 0.36 | 323.37 | 0.41 | 0.45 |
| Hex | A3 | 44 | 7E | 0 | 3A | 17 | 24 | 143 | 29 | 2D |
| Octal | 243 | 104 | 176 | 0 | 72 | 27 | 44 | 503 | 51 | 55 |
| Binary | 10100011 | 1000100 | 1111110 | 0 | 111010 | 10111 | 100100 | 101000011 | 101001 | 101101 |
Color Harmonies of #A3447E
Complementary color
Monochromatic Colors of #A3447E
Black with #A3447E
Text Example
Text Example
White with #A3447E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3447E; }
p { color: rgb(163,68,126); }
H1.HeaderClassName
{
color: #A3447E;
}
.AnyTagClassName
{
color: #A3447E;
}
</style>
background-color css
<style>
a { background-color: #A3447E; }
a { background-color: rgb(163,68,126); }
div.DivClassName
{
background-color: #A3447E;
}
.BgClassName
{
background-color: #A3447E;
}
</style>
border-color css
<style>
span { border-color: #A3447E; }
span { border-color: rgb(163,68,126); }
td.TdClassName
{
border-color: #A3447E;
}
.TagClassName
{
border-color: #A3447E;
}
</style>