Shades of Violet Blue #AF6297
Tints of Violet Blue #AF6297
RGB
CMYK
RGB Variations
Color information
#AF6297 (or 0xAF6297) is known color: Violet Blue. HEX triplet: AF, 62 and 97. RGB value is (175,98,151). Sum of RGB (Red+Green+Blue) = 175+98+151=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 98 (38.67% from 255 or 23.11% from 424); Blue value is 151 (59.38% from 255 or 35.61% from 424); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6297 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6297 is #509D68. Grayscale: #7E7E7E. Windows color (decimal): -5283177 or 9921199. OLE color: 9921199.
HSL color Cylindrical-coordinate representation of color #AF6297: hue angle of 318.7º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF6297 is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 98 | 151 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.31 |
| HSL | 318.7º | 0.32% | 0.54% | - |
| HSV(B) | 318.7º | 0.44% | 0.69% | - |
| XYZ | 27.63 | 20.08 | 31.7 | - |
| YUV | 127.07 | 141.51 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 98 | 151 | 0 | 0.44 | 0.14 | 0.31 | 318.7 | 0.32 | 0.54 |
| Hex | AF | 62 | 97 | 0 | 2C | E | 1F | 13F | 20 | 36 |
| Octal | 257 | 142 | 227 | 0 | 54 | 16 | 37 | 477 | 40 | 66 |
| Binary | 10101111 | 1100010 | 10010111 | 0 | 101100 | 1110 | 11111 | 100111111 | 100000 | 110110 |
Color Harmonies of #AF6297
Complementary color
Monochromatic Colors of #AF6297
Black with #AF6297
Text Example
Text Example
White with #AF6297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6297; }
p { color: rgb(175,98,151); }
H1.HeaderClassName
{
color: #AF6297;
}
.AnyTagClassName
{
color: #AF6297;
}
</style>
background-color css
<style>
a { background-color: #AF6297; }
a { background-color: rgb(175,98,151); }
div.DivClassName
{
background-color: #AF6297;
}
.BgClassName
{
background-color: #AF6297;
}
</style>
border-color css
<style>
span { border-color: #AF6297; }
span { border-color: rgb(175,98,151); }
td.TdClassName
{
border-color: #AF6297;
}
.TagClassName
{
border-color: #AF6297;
}
</style>