Shades of Royal Heath #AF4173
Tints of Royal Heath #AF4173
RGB
CMYK
RGB Variations
Color information
#AF4173 (or 0xAF4173) is known color: Royal Heath. HEX triplet: AF, 41 and 73. RGB value is (175,65,115). Sum of RGB (Red+Green+Blue) = 175+65+115=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4173 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4173 is #50BE8C. Grayscale: #676767. Windows color (decimal): -5291661 or 7553455. OLE color: 7553455.
HSL color Cylindrical-coordinate representation of color #AF4173: hue angle of 332.73º 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 #AF4173 is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 65 | 115 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.31 |
| HSL | 332.73º | 0.46% | 0.47% | - |
| HSV(B) | 332.73º | 0.63% | 0.69% | - |
| XYZ | 22.66 | 14.13 | 17.75 | - |
| YUV | 103.59 | 134.44 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 65 | 115 | 0 | 0.63 | 0.34 | 0.31 | 332.73 | 0.46 | 0.47 |
| Hex | AF | 41 | 73 | 0 | 3F | 22 | 1F | 14D | 2E | 2F |
| Octal | 257 | 101 | 163 | 0 | 77 | 42 | 37 | 515 | 56 | 57 |
| Binary | 10101111 | 1000001 | 1110011 | 0 | 111111 | 100010 | 11111 | 101001101 | 101110 | 101111 |
Color Harmonies of #AF4173
Complementary color
Monochromatic Colors of #AF4173
Black with #AF4173
Text Example
Text Example
White with #AF4173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4173; }
p { color: rgb(175,65,115); }
H1.HeaderClassName
{
color: #AF4173;
}
.AnyTagClassName
{
color: #AF4173;
}
</style>
background-color css
<style>
a { background-color: #AF4173; }
a { background-color: rgb(175,65,115); }
div.DivClassName
{
background-color: #AF4173;
}
.BgClassName
{
background-color: #AF4173;
}
</style>
border-color css
<style>
span { border-color: #AF4173; }
span { border-color: rgb(175,65,115); }
td.TdClassName
{
border-color: #AF4173;
}
.TagClassName
{
border-color: #AF4173;
}
</style>