Shades of Violet Blue #AF539B
Tints of Violet Blue #AF539B
RGB
CMYK
RGB Variations
Color information
#AF539B (or 0xAF539B) is known color: Violet Blue. HEX triplet: AF, 53 and 9B. RGB value is (175,83,155). Sum of RGB (Red+Green+Blue) = 175+83+155=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 83 (32.81% from 255 or 20.10% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF539B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF539B is #50AC64. Grayscale: #767676. Windows color (decimal): -5287013 or 10179503. OLE color: 10179503.
HSL color Cylindrical-coordinate representation of color #AF539B: hue angle of 313.04º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF539B is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 83 | 155 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.31 |
| HSL | 313.04º | 0.37% | 0.51% | - |
| HSV(B) | 313.04º | 0.53% | 0.69% | - |
| XYZ | 26.69 | 17.67 | 33.01 | - |
| YUV | 118.72 | 148.48 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 83 | 155 | 0 | 0.53 | 0.11 | 0.31 | 313.04 | 0.37 | 0.51 |
| Hex | AF | 53 | 9B | 0 | 35 | B | 1F | 139 | 25 | 33 |
| Octal | 257 | 123 | 233 | 0 | 65 | 13 | 37 | 471 | 45 | 63 |
| Binary | 10101111 | 1010011 | 10011011 | 0 | 110101 | 1011 | 11111 | 100111001 | 100101 | 110011 |
Color Harmonies of #AF539B
Complementary color
Monochromatic Colors of #AF539B
Black with #AF539B
Text Example
Text Example
White with #AF539B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF539B; }
p { color: rgb(175,83,155); }
H1.HeaderClassName
{
color: #AF539B;
}
.AnyTagClassName
{
color: #AF539B;
}
</style>
background-color css
<style>
a { background-color: #AF539B; }
a { background-color: rgb(175,83,155); }
div.DivClassName
{
background-color: #AF539B;
}
.BgClassName
{
background-color: #AF539B;
}
</style>
border-color css
<style>
span { border-color: #AF539B; }
span { border-color: rgb(175,83,155); }
td.TdClassName
{
border-color: #AF539B;
}
.TagClassName
{
border-color: #AF539B;
}
</style>