Shades of Royal Heath #A2477D
Tints of Royal Heath #A2477D
RGB
CMYK
RGB Variations
Color information
#A2477D (or 0xA2477D) is known color: Royal Heath. HEX triplet: A2, 47 and 7D. RGB value is (162,71,125). Sum of RGB (Red+Green+Blue) = 162+71+125=358 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.25% from 358); Green value is 71 (28.12% from 255 or 19.83% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 162 - color contains mainly: red. Hex color #A2477D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2477D is #5DB882. Grayscale: #686868. Windows color (decimal): -6142083 or 8210338. OLE color: 8210338.
HSL color Cylindrical-coordinate representation of color #A2477D: hue angle of 324.4º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A2477D is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 71 | 125 | - |
| CMYK | 0 | 0.56 | 0.23 | 0.36 |
| HSL | 324.4º | 0.39% | 0.46% | - |
| HSV(B) | 324.4º | 0.56% | 0.64% | - |
| XYZ | 20.86 | 13.67 | 20.94 | - |
| YUV | 104.37 | 139.65 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 71 | 125 | 0 | 0.56 | 0.23 | 0.36 | 324.4 | 0.39 | 0.46 |
| Hex | A2 | 47 | 7D | 0 | 38 | 17 | 24 | 144 | 27 | 2E |
| Octal | 242 | 107 | 175 | 0 | 70 | 27 | 44 | 504 | 47 | 56 |
| Binary | 10100010 | 1000111 | 1111101 | 0 | 111000 | 10111 | 100100 | 101000100 | 100111 | 101110 |
Color Harmonies of #A2477D
Complementary color
Monochromatic Colors of #A2477D
Black with #A2477D
Text Example
Text Example
White with #A2477D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2477D; }
p { color: rgb(162,71,125); }
H1.HeaderClassName
{
color: #A2477D;
}
.AnyTagClassName
{
color: #A2477D;
}
</style>
background-color css
<style>
a { background-color: #A2477D; }
a { background-color: rgb(162,71,125); }
div.DivClassName
{
background-color: #A2477D;
}
.BgClassName
{
background-color: #A2477D;
}
</style>
border-color css
<style>
span { border-color: #A2477D; }
span { border-color: rgb(162,71,125); }
td.TdClassName
{
border-color: #A2477D;
}
.TagClassName
{
border-color: #A2477D;
}
</style>