Shades of Violet Blue #AF649F
Tints of Violet Blue #AF649F
RGB
CMYK
RGB Variations
Color information
#AF649F (or 0xAF649F) is known color: Violet Blue. HEX triplet: AF, 64 and 9F. RGB value is (175,100,159). Sum of RGB (Red+Green+Blue) = 175+100+159=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 100 (39.45% from 255 or 23.04% from 434); Blue value is 159 (62.5% from 255 or 36.64% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AF649F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF649F is #509B60. Grayscale: #808080. Windows color (decimal): -5282657 or 10445999. OLE color: 10445999.
HSL color Cylindrical-coordinate representation of color #AF649F: hue angle of 312.8º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF649F is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 100 | 159 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.31 |
| HSL | 312.8º | 0.32% | 0.54% | - |
| HSV(B) | 312.8º | 0.43% | 0.69% | - |
| XYZ | 28.49 | 20.73 | 35.3 | - |
| YUV | 129.15 | 144.85 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 159 | 0 | 0.43 | 0.09 | 0.31 | 312.8 | 0.32 | 0.54 |
| Hex | AF | 64 | 9F | 0 | 2B | 9 | 1F | 139 | 20 | 36 |
| Octal | 257 | 144 | 237 | 0 | 53 | 11 | 37 | 471 | 40 | 66 |
| Binary | 10101111 | 1100100 | 10011111 | 0 | 101011 | 1001 | 11111 | 100111001 | 100000 | 110110 |
Color Harmonies of #AF649F
Complementary color
Monochromatic Colors of #AF649F
Black with #AF649F
Text Example
Text Example
White with #AF649F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF649F; }
p { color: rgb(175,100,159); }
H1.HeaderClassName
{
color: #AF649F;
}
.AnyTagClassName
{
color: #AF649F;
}
</style>
background-color css
<style>
a { background-color: #AF649F; }
a { background-color: rgb(175,100,159); }
div.DivClassName
{
background-color: #AF649F;
}
.BgClassName
{
background-color: #AF649F;
}
</style>
border-color css
<style>
span { border-color: #AF649F; }
span { border-color: rgb(175,100,159); }
td.TdClassName
{
border-color: #AF649F;
}
.TagClassName
{
border-color: #AF649F;
}
</style>