Shades of Violet Blue #AF659F
Tints of Violet Blue #AF659F
RGB
CMYK
RGB Variations
Color information
#AF659F (or 0xAF659F) is known color: Violet Blue. HEX triplet: AF, 65 and 9F. RGB value is (175,101,159). Sum of RGB (Red+Green+Blue) = 175+101+159=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 101 (39.84% from 255 or 23.22% from 435); Blue value is 159 (62.5% from 255 or 36.55% from 435); Max value from RGB is 175 - color contains mainly: red. Hex color #AF659F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF659F is #509A60. Grayscale: #818181. Windows color (decimal): -5282401 or 10446255. OLE color: 10446255.
HSL color Cylindrical-coordinate representation of color #AF659F: hue angle of 312.97º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF659F is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 101 | 159 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.31 |
| HSL | 312.97º | 0.32% | 0.54% | - |
| HSV(B) | 312.97º | 0.42% | 0.69% | - |
| XYZ | 28.59 | 20.92 | 35.33 | - |
| YUV | 129.74 | 144.52 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 159 | 0 | 0.42 | 0.09 | 0.31 | 312.97 | 0.32 | 0.54 |
| Hex | AF | 65 | 9F | 0 | 2A | 9 | 1F | 139 | 20 | 36 |
| Octal | 257 | 145 | 237 | 0 | 52 | 11 | 37 | 471 | 40 | 66 |
| Binary | 10101111 | 1100101 | 10011111 | 0 | 101010 | 1001 | 11111 | 100111001 | 100000 | 110110 |
Color Harmonies of #AF659F
Complementary color
Monochromatic Colors of #AF659F
Black with #AF659F
Text Example
Text Example
White with #AF659F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF659F; }
p { color: rgb(175,101,159); }
H1.HeaderClassName
{
color: #AF659F;
}
.AnyTagClassName
{
color: #AF659F;
}
</style>
background-color css
<style>
a { background-color: #AF659F; }
a { background-color: rgb(175,101,159); }
div.DivClassName
{
background-color: #AF659F;
}
.BgClassName
{
background-color: #AF659F;
}
</style>
border-color css
<style>
span { border-color: #AF659F; }
span { border-color: rgb(175,101,159); }
td.TdClassName
{
border-color: #AF659F;
}
.TagClassName
{
border-color: #AF659F;
}
</style>