Shades of Royal Heath #AF3D77
Tints of Royal Heath #AF3D77
RGB
CMYK
RGB Variations
Color information
#AF3D77 (or 0xAF3D77) is known color: Royal Heath. HEX triplet: AF, 3D and 77. RGB value is (175,61,119). Sum of RGB (Red+Green+Blue) = 175+61+119=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 61 (24.22% from 255 or 17.18% from 355); Blue value is 119 (46.88% from 255 or 33.52% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3D77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3D77 is #50C288. Grayscale: #656565. Windows color (decimal): -5292681 or 7814575. OLE color: 7814575.
HSL color Cylindrical-coordinate representation of color #AF3D77: hue angle of 329.47º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF3D77 is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 61 | 119 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.31 |
| HSL | 329.47º | 0.48% | 0.46% | - |
| HSV(B) | 329.47º | 0.65% | 0.69% | - |
| XYZ | 22.68 | 13.78 | 18.92 | - |
| YUV | 101.7 | 137.77 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 61 | 119 | 0 | 0.65 | 0.32 | 0.31 | 329.47 | 0.48 | 0.46 |
| Hex | AF | 3D | 77 | 0 | 41 | 20 | 1F | 149 | 30 | 2E |
| Octal | 257 | 75 | 167 | 0 | 101 | 40 | 37 | 511 | 60 | 56 |
| Binary | 10101111 | 111101 | 1110111 | 0 | 1000001 | 100000 | 11111 | 101001001 | 110000 | 101110 |
Color Harmonies of #AF3D77
Complementary color
Monochromatic Colors of #AF3D77
Black with #AF3D77
Text Example
Text Example
White with #AF3D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3D77; }
p { color: rgb(175,61,119); }
H1.HeaderClassName
{
color: #AF3D77;
}
.AnyTagClassName
{
color: #AF3D77;
}
</style>
background-color css
<style>
a { background-color: #AF3D77; }
a { background-color: rgb(175,61,119); }
div.DivClassName
{
background-color: #AF3D77;
}
.BgClassName
{
background-color: #AF3D77;
}
</style>
border-color css
<style>
span { border-color: #AF3D77; }
span { border-color: rgb(175,61,119); }
td.TdClassName
{
border-color: #AF3D77;
}
.TagClassName
{
border-color: #AF3D77;
}
</style>