Shades of Royal Heath #AF4C6D
Tints of Royal Heath #AF4C6D
RGB
CMYK
RGB Variations
Color information
#AF4C6D (or 0xAF4C6D) is known color: Royal Heath. HEX triplet: AF, 4C and 6D. RGB value is (175,76,109). Sum of RGB (Red+Green+Blue) = 175+76+109=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 76 (30.08% from 255 or 21.11% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4C6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4C6D is #50B392. Grayscale: #6D6D6D. Windows color (decimal): -5288851 or 7163055. OLE color: 7163055.
HSL color Cylindrical-coordinate representation of color #AF4C6D: hue angle of 340º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF4C6D is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 76 | 109 | - |
| CMYK | 0 | 0.57 | 0.38 | 0.31 |
| HSL | 340º | 0.39% | 0.49% | - |
| HSV(B) | 340º | 0.57% | 0.69% | - |
| XYZ | 23.02 | 15.39 | 16.22 | - |
| YUV | 109.36 | 127.8 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 76 | 109 | 0 | 0.57 | 0.38 | 0.31 | 340 | 0.39 | 0.49 |
| Hex | AF | 4C | 6D | 0 | 39 | 26 | 1F | 154 | 27 | 31 |
| Octal | 257 | 114 | 155 | 0 | 71 | 46 | 37 | 524 | 47 | 61 |
| Binary | 10101111 | 1001100 | 1101101 | 0 | 111001 | 100110 | 11111 | 101010100 | 100111 | 110001 |
Color Harmonies of #AF4C6D
Complementary color
Monochromatic Colors of #AF4C6D
Black with #AF4C6D
Text Example
Text Example
White with #AF4C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4C6D; }
p { color: rgb(175,76,109); }
H1.HeaderClassName
{
color: #AF4C6D;
}
.AnyTagClassName
{
color: #AF4C6D;
}
</style>
background-color css
<style>
a { background-color: #AF4C6D; }
a { background-color: rgb(175,76,109); }
div.DivClassName
{
background-color: #AF4C6D;
}
.BgClassName
{
background-color: #AF4C6D;
}
</style>
border-color css
<style>
span { border-color: #AF4C6D; }
span { border-color: rgb(175,76,109); }
td.TdClassName
{
border-color: #AF4C6D;
}
.TagClassName
{
border-color: #AF4C6D;
}
</style>