Shades of Violet Blue #AF509B
Tints of Violet Blue #AF509B
RGB
CMYK
RGB Variations
Color information
#AF509B (or 0xAF509B) is known color: Violet Blue. HEX triplet: AF, 50 and 9B. RGB value is (175,80,155). Sum of RGB (Red+Green+Blue) = 175+80+155=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 80 (31.64% from 255 or 19.51% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 175 - color contains mainly: red. Hex color #AF509B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF509B is #50AF64. Grayscale: #747474. Windows color (decimal): -5287781 or 10178735. OLE color: 10178735.
HSL color Cylindrical-coordinate representation of color #AF509B: hue angle of 312.63º 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 #AF509B is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 80 | 155 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.31 |
| HSL | 312.63º | 0.37% | 0.5% | - |
| HSV(B) | 312.63º | 0.54% | 0.69% | - |
| XYZ | 26.46 | 17.22 | 32.94 | - |
| YUV | 116.96 | 149.47 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 80 | 155 | 0 | 0.54 | 0.11 | 0.31 | 312.63 | 0.37 | 0.5 |
| Hex | AF | 50 | 9B | 0 | 36 | B | 1F | 139 | 25 | 32 |
| Octal | 257 | 120 | 233 | 0 | 66 | 13 | 37 | 471 | 45 | 62 |
| Binary | 10101111 | 1010000 | 10011011 | 0 | 110110 | 1011 | 11111 | 100111001 | 100101 | 110010 |
Color Harmonies of #AF509B
Complementary color
Monochromatic Colors of #AF509B
Black with #AF509B
Text Example
Text Example
White with #AF509B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF509B; }
p { color: rgb(175,80,155); }
H1.HeaderClassName
{
color: #AF509B;
}
.AnyTagClassName
{
color: #AF509B;
}
</style>
background-color css
<style>
a { background-color: #AF509B; }
a { background-color: rgb(175,80,155); }
div.DivClassName
{
background-color: #AF509B;
}
.BgClassName
{
background-color: #AF509B;
}
</style>
border-color css
<style>
span { border-color: #AF509B; }
span { border-color: rgb(175,80,155); }
td.TdClassName
{
border-color: #AF509B;
}
.TagClassName
{
border-color: #AF509B;
}
</style>