Shades of Royal Heath #AF5375
Tints of Royal Heath #AF5375
RGB
CMYK
RGB Variations
Color information
#AF5375 (or 0xAF5375) is known color: Royal Heath. HEX triplet: AF, 53 and 75. RGB value is (175,83,117). Sum of RGB (Red+Green+Blue) = 175+83+117=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5375 is #50AC8A. Grayscale: #727272. Windows color (decimal): -5287051 or 7689135. OLE color: 7689135.
HSL color Cylindrical-coordinate representation of color #AF5375: hue angle of 337.83º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF5375 is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 83 | 117 | - |
| CMYK | 0 | 0.53 | 0.33 | 0.31 |
| HSL | 337.83º | 0.37% | 0.51% | - |
| HSV(B) | 337.83º | 0.53% | 0.69% | - |
| XYZ | 23.98 | 16.58 | 18.77 | - |
| YUV | 114.38 | 129.48 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 83 | 117 | 0 | 0.53 | 0.33 | 0.31 | 337.83 | 0.37 | 0.51 |
| Hex | AF | 53 | 75 | 0 | 35 | 21 | 1F | 152 | 25 | 33 |
| Octal | 257 | 123 | 165 | 0 | 65 | 41 | 37 | 522 | 45 | 63 |
| Binary | 10101111 | 1010011 | 1110101 | 0 | 110101 | 100001 | 11111 | 101010010 | 100101 | 110011 |
Color Harmonies of #AF5375
Complementary color
Monochromatic Colors of #AF5375
Black with #AF5375
Text Example
Text Example
White with #AF5375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5375; }
p { color: rgb(175,83,117); }
H1.HeaderClassName
{
color: #AF5375;
}
.AnyTagClassName
{
color: #AF5375;
}
</style>
background-color css
<style>
a { background-color: #AF5375; }
a { background-color: rgb(175,83,117); }
div.DivClassName
{
background-color: #AF5375;
}
.BgClassName
{
background-color: #AF5375;
}
</style>
border-color css
<style>
span { border-color: #AF5375; }
span { border-color: rgb(175,83,117); }
td.TdClassName
{
border-color: #AF5375;
}
.TagClassName
{
border-color: #AF5375;
}
</style>