Shades of Violet Blue #AF5498
Tints of Violet Blue #AF5498
RGB
CMYK
RGB Variations
Color information
#AF5498 (or 0xAF5498) is known color: Violet Blue. HEX triplet: AF, 54 and 98. RGB value is (175,84,152). Sum of RGB (Red+Green+Blue) = 175+84+152=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 84 (33.20% from 255 or 20.44% from 411); Blue value is 152 (59.77% from 255 or 36.98% from 411); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5498 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5498 is #50AB67. Grayscale: #767676. Windows color (decimal): -5286760 or 9983151. OLE color: 9983151.
HSL color Cylindrical-coordinate representation of color #AF5498: hue angle of 315.16º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF5498 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 84 | 152 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.31 |
| HSL | 315.16º | 0.36% | 0.51% | - |
| HSV(B) | 315.16º | 0.52% | 0.69% | - |
| XYZ | 26.52 | 17.72 | 31.73 | - |
| YUV | 118.96 | 146.65 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 84 | 152 | 0 | 0.52 | 0.13 | 0.31 | 315.16 | 0.36 | 0.51 |
| Hex | AF | 54 | 98 | 0 | 34 | D | 1F | 13B | 24 | 33 |
| Octal | 257 | 124 | 230 | 0 | 64 | 15 | 37 | 473 | 44 | 63 |
| Binary | 10101111 | 1010100 | 10011000 | 0 | 110100 | 1101 | 11111 | 100111011 | 100100 | 110011 |
Color Harmonies of #AF5498
Complementary color
Monochromatic Colors of #AF5498
Black with #AF5498
Text Example
Text Example
White with #AF5498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5498; }
p { color: rgb(175,84,152); }
H1.HeaderClassName
{
color: #AF5498;
}
.AnyTagClassName
{
color: #AF5498;
}
</style>
background-color css
<style>
a { background-color: #AF5498; }
a { background-color: rgb(175,84,152); }
div.DivClassName
{
background-color: #AF5498;
}
.BgClassName
{
background-color: #AF5498;
}
</style>
border-color css
<style>
span { border-color: #AF5498; }
span { border-color: rgb(175,84,152); }
td.TdClassName
{
border-color: #AF5498;
}
.TagClassName
{
border-color: #AF5498;
}
</style>