Shades of Violet Blue #AF6098
Tints of Violet Blue #AF6098
RGB
CMYK
RGB Variations
Color information
#AF6098 (or 0xAF6098) is known color: Violet Blue. HEX triplet: AF, 60 and 98. RGB value is (175,96,152). Sum of RGB (Red+Green+Blue) = 175+96+152=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 152 (59.77% from 255 or 35.93% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6098 is #509F67. Grayscale: #7D7D7D. Windows color (decimal): -5283688 or 9986223. OLE color: 9986223.
HSL color Cylindrical-coordinate representation of color #AF6098: hue angle of 317.47º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF6098 is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 96 | 152 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.31 |
| HSL | 317.47º | 0.33% | 0.53% | - |
| HSV(B) | 317.47º | 0.45% | 0.69% | - |
| XYZ | 27.53 | 19.75 | 32.07 | - |
| YUV | 126.01 | 142.67 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 96 | 152 | 0 | 0.45 | 0.13 | 0.31 | 317.47 | 0.33 | 0.53 |
| Hex | AF | 60 | 98 | 0 | 2D | D | 1F | 13D | 21 | 35 |
| Octal | 257 | 140 | 230 | 0 | 55 | 15 | 37 | 475 | 41 | 65 |
| Binary | 10101111 | 1100000 | 10011000 | 0 | 101101 | 1101 | 11111 | 100111101 | 100001 | 110101 |
Color Harmonies of #AF6098
Complementary color
Monochromatic Colors of #AF6098
Black with #AF6098
Text Example
Text Example
White with #AF6098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6098; }
p { color: rgb(175,96,152); }
H1.HeaderClassName
{
color: #AF6098;
}
.AnyTagClassName
{
color: #AF6098;
}
</style>
background-color css
<style>
a { background-color: #AF6098; }
a { background-color: rgb(175,96,152); }
div.DivClassName
{
background-color: #AF6098;
}
.BgClassName
{
background-color: #AF6098;
}
</style>
border-color css
<style>
span { border-color: #AF6098; }
span { border-color: rgb(175,96,152); }
td.TdClassName
{
border-color: #AF6098;
}
.TagClassName
{
border-color: #AF6098;
}
</style>