Shades of Royal Heath #AF4575
Tints of Royal Heath #AF4575
RGB
CMYK
RGB Variations
Color information
#AF4575 (or 0xAF4575) is known color: Royal Heath. HEX triplet: AF, 45 and 75. RGB value is (175,69,117). Sum of RGB (Red+Green+Blue) = 175+69+117=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 69 (27.34% from 255 or 19.11% from 361); Blue value is 117 (46.09% from 255 or 32.41% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4575 is #50BA8A. Grayscale: #6A6A6A. Windows color (decimal): -5290635 or 7685551. OLE color: 7685551.
HSL color Cylindrical-coordinate representation of color #AF4575: hue angle of 332.83º 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 #AF4575 is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 69 | 117 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.31 |
| HSL | 332.83º | 0.43% | 0.48% | - |
| HSV(B) | 332.83º | 0.61% | 0.69% | - |
| XYZ | 23.02 | 14.65 | 18.45 | - |
| YUV | 106.17 | 134.12 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 69 | 117 | 0 | 0.61 | 0.33 | 0.31 | 332.83 | 0.43 | 0.48 |
| Hex | AF | 45 | 75 | 0 | 3D | 21 | 1F | 14D | 2B | 30 |
| Octal | 257 | 105 | 165 | 0 | 75 | 41 | 37 | 515 | 53 | 60 |
| Binary | 10101111 | 1000101 | 1110101 | 0 | 111101 | 100001 | 11111 | 101001101 | 101011 | 110000 |
Color Harmonies of #AF4575
Complementary color
Monochromatic Colors of #AF4575
Black with #AF4575
Text Example
Text Example
White with #AF4575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4575; }
p { color: rgb(175,69,117); }
H1.HeaderClassName
{
color: #AF4575;
}
.AnyTagClassName
{
color: #AF4575;
}
</style>
background-color css
<style>
a { background-color: #AF4575; }
a { background-color: rgb(175,69,117); }
div.DivClassName
{
background-color: #AF4575;
}
.BgClassName
{
background-color: #AF4575;
}
</style>
border-color css
<style>
span { border-color: #AF4575; }
span { border-color: rgb(175,69,117); }
td.TdClassName
{
border-color: #AF4575;
}
.TagClassName
{
border-color: #AF4575;
}
</style>