Shades of Royal Heath #AF4377
Tints of Royal Heath #AF4377
RGB
CMYK
RGB Variations
Color information
#AF4377 (or 0xAF4377) is known color: Royal Heath. HEX triplet: AF, 43 and 77. RGB value is (175,67,119). Sum of RGB (Red+Green+Blue) = 175+67+119=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 67 (26.56% from 255 or 18.56% from 361); Blue value is 119 (46.88% from 255 or 32.96% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4377 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4377 is #50BC88. Grayscale: #696969. Windows color (decimal): -5291145 or 7816111. OLE color: 7816111.
HSL color Cylindrical-coordinate representation of color #AF4377: hue angle of 331.11º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF4377 is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 67 | 119 | - |
| CMYK | 0 | 0.62 | 0.32 | 0.31 |
| HSL | 331.11º | 0.45% | 0.47% | - |
| HSV(B) | 331.11º | 0.62% | 0.69% | - |
| XYZ | 23.02 | 14.46 | 19.03 | - |
| YUV | 105.22 | 135.78 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 67 | 119 | 0 | 0.62 | 0.32 | 0.31 | 331.11 | 0.45 | 0.47 |
| Hex | AF | 43 | 77 | 0 | 3E | 20 | 1F | 14B | 2D | 2F |
| Octal | 257 | 103 | 167 | 0 | 76 | 40 | 37 | 513 | 55 | 57 |
| Binary | 10101111 | 1000011 | 1110111 | 0 | 111110 | 100000 | 11111 | 101001011 | 101101 | 101111 |
Color Harmonies of #AF4377
Complementary color
Monochromatic Colors of #AF4377
Black with #AF4377
Text Example
Text Example
White with #AF4377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4377; }
p { color: rgb(175,67,119); }
H1.HeaderClassName
{
color: #AF4377;
}
.AnyTagClassName
{
color: #AF4377;
}
</style>
background-color css
<style>
a { background-color: #AF4377; }
a { background-color: rgb(175,67,119); }
div.DivClassName
{
background-color: #AF4377;
}
.BgClassName
{
background-color: #AF4377;
}
</style>
border-color css
<style>
span { border-color: #AF4377; }
span { border-color: rgb(175,67,119); }
td.TdClassName
{
border-color: #AF4377;
}
.TagClassName
{
border-color: #AF4377;
}
</style>