Shades of Violet Blue #AF509E
Tints of Violet Blue #AF509E
RGB
CMYK
RGB Variations
Color information
#AF509E (or 0xAF509E) is known color: Violet Blue. HEX triplet: AF, 50 and 9E. RGB value is (175,80,158). Sum of RGB (Red+Green+Blue) = 175+80+158=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 80 (31.64% from 255 or 19.37% from 413); Blue value is 158 (62.11% from 255 or 38.26% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF509E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF509E is #50AF61. Grayscale: #757575. Windows color (decimal): -5287778 or 10375343. OLE color: 10375343.
HSL color Cylindrical-coordinate representation of color #AF509E: hue angle of 310.74º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF509E is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 80 | 158 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.31 |
| HSL | 310.74º | 0.37% | 0.5% | - |
| HSV(B) | 310.74º | 0.54% | 0.69% | - |
| XYZ | 26.72 | 17.32 | 34.28 | - |
| YUV | 117.3 | 150.97 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 80 | 158 | 0 | 0.54 | 0.10 | 0.31 | 310.74 | 0.37 | 0.5 |
| Hex | AF | 50 | 9E | 0 | 36 | A | 1F | 137 | 25 | 32 |
| Octal | 257 | 120 | 236 | 0 | 66 | 12 | 37 | 467 | 45 | 62 |
| Binary | 10101111 | 1010000 | 10011110 | 0 | 110110 | 1010 | 11111 | 100110111 | 100101 | 110010 |
Color Harmonies of #AF509E
Complementary color
Monochromatic Colors of #AF509E
Black with #AF509E
Text Example
Text Example
White with #AF509E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF509E; }
p { color: rgb(175,80,158); }
H1.HeaderClassName
{
color: #AF509E;
}
.AnyTagClassName
{
color: #AF509E;
}
</style>
background-color css
<style>
a { background-color: #AF509E; }
a { background-color: rgb(175,80,158); }
div.DivClassName
{
background-color: #AF509E;
}
.BgClassName
{
background-color: #AF509E;
}
</style>
border-color css
<style>
span { border-color: #AF509E; }
span { border-color: rgb(175,80,158); }
td.TdClassName
{
border-color: #AF509E;
}
.TagClassName
{
border-color: #AF509E;
}
</style>