Shades of Royal Heath #AF457B
Tints of Royal Heath #AF457B
RGB
CMYK
RGB Variations
Color information
#AF457B (or 0xAF457B) is known color: Royal Heath. HEX triplet: AF, 45 and 7B. RGB value is (175,69,123). Sum of RGB (Red+Green+Blue) = 175+69+123=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 69 (27.34% from 255 or 18.80% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AF457B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF457B is #50BA84. Grayscale: #6A6A6A. Windows color (decimal): -5290629 or 8078767. OLE color: 8078767.
HSL color Cylindrical-coordinate representation of color #AF457B: hue angle of 329.43º 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 #AF457B is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 69 | 123 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.31 |
| HSL | 329.43º | 0.43% | 0.48% | - |
| HSV(B) | 329.43º | 0.61% | 0.69% | - |
| XYZ | 23.38 | 14.8 | 20.36 | - |
| YUV | 106.85 | 137.12 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 69 | 123 | 0 | 0.61 | 0.30 | 0.31 | 329.43 | 0.43 | 0.48 |
| Hex | AF | 45 | 7B | 0 | 3D | 1E | 1F | 149 | 2B | 30 |
| Octal | 257 | 105 | 173 | 0 | 75 | 36 | 37 | 511 | 53 | 60 |
| Binary | 10101111 | 1000101 | 1111011 | 0 | 111101 | 11110 | 11111 | 101001001 | 101011 | 110000 |
Color Harmonies of #AF457B
Complementary color
Monochromatic Colors of #AF457B
Black with #AF457B
Text Example
Text Example
White with #AF457B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF457B; }
p { color: rgb(175,69,123); }
H1.HeaderClassName
{
color: #AF457B;
}
.AnyTagClassName
{
color: #AF457B;
}
</style>
background-color css
<style>
a { background-color: #AF457B; }
a { background-color: rgb(175,69,123); }
div.DivClassName
{
background-color: #AF457B;
}
.BgClassName
{
background-color: #AF457B;
}
</style>
border-color css
<style>
span { border-color: #AF457B; }
span { border-color: rgb(175,69,123); }
td.TdClassName
{
border-color: #AF457B;
}
.TagClassName
{
border-color: #AF457B;
}
</style>