Shades of Royal Heath #AF457C
Tints of Royal Heath #AF457C
RGB
CMYK
RGB Variations
Color information
#AF457C (or 0xAF457C) is known color: Royal Heath. HEX triplet: AF, 45 and 7C. RGB value is (175,69,124). Sum of RGB (Red+Green+Blue) = 175+69+124=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 69 (27.34% from 255 or 18.75% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 175 - color contains mainly: red. Hex color #AF457C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF457C is #50BA83. Grayscale: #6A6A6A. Windows color (decimal): -5290628 or 8144303. OLE color: 8144303.
HSL color Cylindrical-coordinate representation of color #AF457C: hue angle of 328.87º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF457C is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 69 | 124 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.31 |
| HSL | 328.87º | 0.43% | 0.48% | - |
| HSV(B) | 328.87º | 0.61% | 0.69% | - |
| XYZ | 23.45 | 14.83 | 20.69 | - |
| YUV | 106.96 | 137.62 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 69 | 124 | 0 | 0.61 | 0.29 | 0.31 | 328.87 | 0.43 | 0.48 |
| Hex | AF | 45 | 7C | 0 | 3D | 1D | 1F | 149 | 2B | 30 |
| Octal | 257 | 105 | 174 | 0 | 75 | 35 | 37 | 511 | 53 | 60 |
| Binary | 10101111 | 1000101 | 1111100 | 0 | 111101 | 11101 | 11111 | 101001001 | 101011 | 110000 |
Color Harmonies of #AF457C
Complementary color
Monochromatic Colors of #AF457C
Black with #AF457C
Text Example
Text Example
White with #AF457C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF457C; }
p { color: rgb(175,69,124); }
H1.HeaderClassName
{
color: #AF457C;
}
.AnyTagClassName
{
color: #AF457C;
}
</style>
background-color css
<style>
a { background-color: #AF457C; }
a { background-color: rgb(175,69,124); }
div.DivClassName
{
background-color: #AF457C;
}
.BgClassName
{
background-color: #AF457C;
}
</style>
border-color css
<style>
span { border-color: #AF457C; }
span { border-color: rgb(175,69,124); }
td.TdClassName
{
border-color: #AF457C;
}
.TagClassName
{
border-color: #AF457C;
}
</style>