Shades of Royal Heath #AF4E6E
Tints of Royal Heath #AF4E6E
RGB
CMYK
RGB Variations
Color information
#AF4E6E (or 0xAF4E6E) is known color: Royal Heath. HEX triplet: AF, 4E and 6E. RGB value is (175,78,110). Sum of RGB (Red+Green+Blue) = 175+78+110=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 78 (30.86% from 255 or 21.49% from 363); Blue value is 110 (43.36% from 255 or 30.30% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4E6E is #50B191. Grayscale: #6E6E6E. Windows color (decimal): -5288338 or 7229103. OLE color: 7229103.
HSL color Cylindrical-coordinate representation of color #AF4E6E: hue angle of 340.21º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF4E6E is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 78 | 110 | - |
| CMYK | 0 | 0.55 | 0.37 | 0.31 |
| HSL | 340.21º | 0.38% | 0.5% | - |
| HSV(B) | 340.21º | 0.55% | 0.69% | - |
| XYZ | 23.22 | 15.69 | 16.56 | - |
| YUV | 110.65 | 127.64 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 78 | 110 | 0 | 0.55 | 0.37 | 0.31 | 340.21 | 0.38 | 0.5 |
| Hex | AF | 4E | 6E | 0 | 37 | 25 | 1F | 154 | 26 | 32 |
| Octal | 257 | 116 | 156 | 0 | 67 | 45 | 37 | 524 | 46 | 62 |
| Binary | 10101111 | 1001110 | 1101110 | 0 | 110111 | 100101 | 11111 | 101010100 | 100110 | 110010 |
Color Harmonies of #AF4E6E
Complementary color
Monochromatic Colors of #AF4E6E
Black with #AF4E6E
Text Example
Text Example
White with #AF4E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4E6E; }
p { color: rgb(175,78,110); }
H1.HeaderClassName
{
color: #AF4E6E;
}
.AnyTagClassName
{
color: #AF4E6E;
}
</style>
background-color css
<style>
a { background-color: #AF4E6E; }
a { background-color: rgb(175,78,110); }
div.DivClassName
{
background-color: #AF4E6E;
}
.BgClassName
{
background-color: #AF4E6E;
}
</style>
border-color css
<style>
span { border-color: #AF4E6E; }
span { border-color: rgb(175,78,110); }
td.TdClassName
{
border-color: #AF4E6E;
}
.TagClassName
{
border-color: #AF4E6E;
}
</style>