Shades of Royal Heath #AF4172
Tints of Royal Heath #AF4172
RGB
CMYK
RGB Variations
Color information
#AF4172 (or 0xAF4172) is known color: Royal Heath. HEX triplet: AF, 41 and 72. RGB value is (175,65,114). Sum of RGB (Red+Green+Blue) = 175+65+114=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 65 (25.78% from 255 or 18.36% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4172 is #50BE8D. Grayscale: #676767. Windows color (decimal): -5291662 or 7487919. OLE color: 7487919.
HSL color Cylindrical-coordinate representation of color #AF4172: hue angle of 333.27º 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 #AF4172 is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 65 | 114 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.31 |
| HSL | 333.27º | 0.46% | 0.47% | - |
| HSV(B) | 333.27º | 0.63% | 0.69% | - |
| XYZ | 22.61 | 14.11 | 17.45 | - |
| YUV | 103.48 | 133.94 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 65 | 114 | 0 | 0.63 | 0.35 | 0.31 | 333.27 | 0.46 | 0.47 |
| Hex | AF | 41 | 72 | 0 | 3F | 23 | 1F | 14D | 2E | 2F |
| Octal | 257 | 101 | 162 | 0 | 77 | 43 | 37 | 515 | 56 | 57 |
| Binary | 10101111 | 1000001 | 1110010 | 0 | 111111 | 100011 | 11111 | 101001101 | 101110 | 101111 |
Color Harmonies of #AF4172
Complementary color
Monochromatic Colors of #AF4172
Black with #AF4172
Text Example
Text Example
White with #AF4172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4172; }
p { color: rgb(175,65,114); }
H1.HeaderClassName
{
color: #AF4172;
}
.AnyTagClassName
{
color: #AF4172;
}
</style>
background-color css
<style>
a { background-color: #AF4172; }
a { background-color: rgb(175,65,114); }
div.DivClassName
{
background-color: #AF4172;
}
.BgClassName
{
background-color: #AF4172;
}
</style>
border-color css
<style>
span { border-color: #AF4172; }
span { border-color: rgb(175,65,114); }
td.TdClassName
{
border-color: #AF4172;
}
.TagClassName
{
border-color: #AF4172;
}
</style>