Shades of Violet Blue #AF4E98
Tints of Violet Blue #AF4E98
RGB
CMYK
RGB Variations
Color information
#AF4E98 (or 0xAF4E98) is known color: Violet Blue. HEX triplet: AF, 4E and 98. RGB value is (175,78,152). Sum of RGB (Red+Green+Blue) = 175+78+152=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 78 (30.86% from 255 or 19.26% from 405); Blue value is 152 (59.77% from 255 or 37.53% from 405); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF4E98 is #50B167. Grayscale: #737373. Windows color (decimal): -5288296 or 9981615. OLE color: 9981615.
HSL color Cylindrical-coordinate representation of color #AF4E98: hue angle of 314.23º 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 #AF4E98 is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 78 | 152 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.31 |
| HSL | 314.23º | 0.38% | 0.5% | - |
| HSV(B) | 314.23º | 0.55% | 0.69% | - |
| XYZ | 26.07 | 16.83 | 31.58 | - |
| YUV | 115.44 | 148.64 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 78 | 152 | 0 | 0.55 | 0.13 | 0.31 | 314.23 | 0.38 | 0.5 |
| Hex | AF | 4E | 98 | 0 | 37 | D | 1F | 13A | 26 | 32 |
| Octal | 257 | 116 | 230 | 0 | 67 | 15 | 37 | 472 | 46 | 62 |
| Binary | 10101111 | 1001110 | 10011000 | 0 | 110111 | 1101 | 11111 | 100111010 | 100110 | 110010 |
Color Harmonies of #AF4E98
Complementary color
Monochromatic Colors of #AF4E98
Black with #AF4E98
Text Example
Text Example
White with #AF4E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4E98; }
p { color: rgb(175,78,152); }
H1.HeaderClassName
{
color: #AF4E98;
}
.AnyTagClassName
{
color: #AF4E98;
}
</style>
background-color css
<style>
a { background-color: #AF4E98; }
a { background-color: rgb(175,78,152); }
div.DivClassName
{
background-color: #AF4E98;
}
.BgClassName
{
background-color: #AF4E98;
}
</style>
border-color css
<style>
span { border-color: #AF4E98; }
span { border-color: rgb(175,78,152); }
td.TdClassName
{
border-color: #AF4E98;
}
.TagClassName
{
border-color: #AF4E98;
}
</style>