Shades of Royal Heath #A34275
Tints of Royal Heath #A34275
RGB
CMYK
RGB Variations
Color information
#A34275 (or 0xA34275) is known color: Royal Heath. HEX triplet: A3, 42 and 75. RGB value is (163,66,117). Sum of RGB (Red+Green+Blue) = 163+66+117=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 163 - color contains mainly: red. Hex color #A34275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34275 is #5CBD8A. Grayscale: #646464. Windows color (decimal): -6077835 or 7684771. OLE color: 7684771.
HSL color Cylindrical-coordinate representation of color #A34275: hue angle of 328.45º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A34275 is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 66 | 117 | - |
| CMYK | 0 | 0.60 | 0.28 | 0.36 |
| HSL | 328.45º | 0.42% | 0.45% | - |
| HSV(B) | 328.45º | 0.6% | 0.64% | - |
| XYZ | 20.26 | 12.97 | 18.26 | - |
| YUV | 100.82 | 137.14 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 66 | 117 | 0 | 0.60 | 0.28 | 0.36 | 328.45 | 0.42 | 0.45 |
| Hex | A3 | 42 | 75 | 0 | 3C | 1C | 24 | 148 | 2A | 2D |
| Octal | 243 | 102 | 165 | 0 | 74 | 34 | 44 | 510 | 52 | 55 |
| Binary | 10100011 | 1000010 | 1110101 | 0 | 111100 | 11100 | 100100 | 101001000 | 101010 | 101101 |
Color Harmonies of #A34275
Complementary color
Monochromatic Colors of #A34275
Black with #A34275
Text Example
Text Example
White with #A34275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34275; }
p { color: rgb(163,66,117); }
H1.HeaderClassName
{
color: #A34275;
}
.AnyTagClassName
{
color: #A34275;
}
</style>
background-color css
<style>
a { background-color: #A34275; }
a { background-color: rgb(163,66,117); }
div.DivClassName
{
background-color: #A34275;
}
.BgClassName
{
background-color: #A34275;
}
</style>
border-color css
<style>
span { border-color: #A34275; }
span { border-color: rgb(163,66,117); }
td.TdClassName
{
border-color: #A34275;
}
.TagClassName
{
border-color: #A34275;
}
</style>