Shades of Royal Heath #A3417B
Tints of Royal Heath #A3417B
RGB
CMYK
RGB Variations
Color information
#A3417B (or 0xA3417B) is known color: Royal Heath. HEX triplet: A3, 41 and 7B. RGB value is (163,65,123). Sum of RGB (Red+Green+Blue) = 163+65+123=351 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.44% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 163 - color contains mainly: red. Hex color #A3417B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3417B is #5CBE84. Grayscale: #646464. Windows color (decimal): -6078085 or 8077731. OLE color: 8077731.
HSL color Cylindrical-coordinate representation of color #A3417B: hue angle of 324.49º degrees, saturation: 0.43, 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 #A3417B is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 65 | 123 | - |
| CMYK | 0 | 0.60 | 0.25 | 0.36 |
| HSL | 324.49º | 0.43% | 0.45% | - |
| HSV(B) | 324.49º | 0.6% | 0.64% | - |
| XYZ | 20.57 | 13 | 20.16 | - |
| YUV | 100.91 | 140.47 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 65 | 123 | 0 | 0.60 | 0.25 | 0.36 | 324.49 | 0.43 | 0.45 |
| Hex | A3 | 41 | 7B | 0 | 3C | 19 | 24 | 144 | 2B | 2D |
| Octal | 243 | 101 | 173 | 0 | 74 | 31 | 44 | 504 | 53 | 55 |
| Binary | 10100011 | 1000001 | 1111011 | 0 | 111100 | 11001 | 100100 | 101000100 | 101011 | 101101 |
Color Harmonies of #A3417B
Complementary color
Monochromatic Colors of #A3417B
Black with #A3417B
Text Example
Text Example
White with #A3417B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3417B; }
p { color: rgb(163,65,123); }
H1.HeaderClassName
{
color: #A3417B;
}
.AnyTagClassName
{
color: #A3417B;
}
</style>
background-color css
<style>
a { background-color: #A3417B; }
a { background-color: rgb(163,65,123); }
div.DivClassName
{
background-color: #A3417B;
}
.BgClassName
{
background-color: #A3417B;
}
</style>
border-color css
<style>
span { border-color: #A3417B; }
span { border-color: rgb(163,65,123); }
td.TdClassName
{
border-color: #A3417B;
}
.TagClassName
{
border-color: #A3417B;
}
</style>