Shades of Violet Blue #AF4A9F
Tints of Violet Blue #AF4A9F
RGB
CMYK
RGB Variations
Color information
#AF4A9F (or 0xAF4A9F) is known color: Violet Blue. HEX triplet: AF, 4A and 9F. RGB value is (175,74,159). Sum of RGB (Red+Green+Blue) = 175+74+159=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 74 (29.30% from 255 or 18.14% from 408); Blue value is 159 (62.5% from 255 or 38.97% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4A9F is #50B560. Grayscale: #717171. Windows color (decimal): -5289313 or 10439343. OLE color: 10439343.
HSL color Cylindrical-coordinate representation of color #AF4A9F: hue angle of 309.5º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF4A9F is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 74 | 159 | - |
| CMYK | 0 | 0.58 | 0.09 | 0.31 |
| HSL | 309.5º | 0.41% | 0.49% | - |
| HSV(B) | 309.5º | 0.58% | 0.69% | - |
| XYZ | 26.39 | 16.51 | 34.6 | - |
| YUV | 113.89 | 153.46 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 74 | 159 | 0 | 0.58 | 0.09 | 0.31 | 309.5 | 0.41 | 0.49 |
| Hex | AF | 4A | 9F | 0 | 3A | 9 | 1F | 136 | 29 | 31 |
| Octal | 257 | 112 | 237 | 0 | 72 | 11 | 37 | 466 | 51 | 61 |
| Binary | 10101111 | 1001010 | 10011111 | 0 | 111010 | 1001 | 11111 | 100110110 | 101001 | 110001 |
Color Harmonies of #AF4A9F
Complementary color
Monochromatic Colors of #AF4A9F
Black with #AF4A9F
Text Example
Text Example
White with #AF4A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4A9F; }
p { color: rgb(175,74,159); }
H1.HeaderClassName
{
color: #AF4A9F;
}
.AnyTagClassName
{
color: #AF4A9F;
}
</style>
background-color css
<style>
a { background-color: #AF4A9F; }
a { background-color: rgb(175,74,159); }
div.DivClassName
{
background-color: #AF4A9F;
}
.BgClassName
{
background-color: #AF4A9F;
}
</style>
border-color css
<style>
span { border-color: #AF4A9F; }
span { border-color: rgb(175,74,159); }
td.TdClassName
{
border-color: #AF4A9F;
}
.TagClassName
{
border-color: #AF4A9F;
}
</style>