Shades of Royal Heath #AF4170
Tints of Royal Heath #AF4170
RGB
CMYK
RGB Variations
Color information
#AF4170 (or 0xAF4170) is known color: Royal Heath. HEX triplet: AF, 41 and 70. RGB value is (175,65,112). Sum of RGB (Red+Green+Blue) = 175+65+112=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 65 (25.78% from 255 or 18.47% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4170 is #50BE8F. Grayscale: #676767. Windows color (decimal): -5291664 or 7356847. OLE color: 7356847.
HSL color Cylindrical-coordinate representation of color #AF4170: hue angle of 334.36º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF4170 is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 65 | 112 | - |
| CMYK | 0 | 0.63 | 0.36 | 0.31 |
| HSL | 334.36º | 0.46% | 0.47% | - |
| HSV(B) | 334.36º | 0.63% | 0.69% | - |
| XYZ | 22.49 | 14.06 | 16.86 | - |
| YUV | 103.25 | 132.94 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 65 | 112 | 0 | 0.63 | 0.36 | 0.31 | 334.36 | 0.46 | 0.47 |
| Hex | AF | 41 | 70 | 0 | 3F | 24 | 1F | 14E | 2E | 2F |
| Octal | 257 | 101 | 160 | 0 | 77 | 44 | 37 | 516 | 56 | 57 |
| Binary | 10101111 | 1000001 | 1110000 | 0 | 111111 | 100100 | 11111 | 101001110 | 101110 | 101111 |
Color Harmonies of #AF4170
Complementary color
Monochromatic Colors of #AF4170
Black with #AF4170
Text Example
Text Example
White with #AF4170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4170; }
p { color: rgb(175,65,112); }
H1.HeaderClassName
{
color: #AF4170;
}
.AnyTagClassName
{
color: #AF4170;
}
</style>
background-color css
<style>
a { background-color: #AF4170; }
a { background-color: rgb(175,65,112); }
div.DivClassName
{
background-color: #AF4170;
}
.BgClassName
{
background-color: #AF4170;
}
</style>
border-color css
<style>
span { border-color: #AF4170; }
span { border-color: rgb(175,65,112); }
td.TdClassName
{
border-color: #AF4170;
}
.TagClassName
{
border-color: #AF4170;
}
</style>