Shades of Violet Blue #AF539E
Tints of Violet Blue #AF539E
RGB
CMYK
RGB Variations
Color information
#AF539E (or 0xAF539E) is known color: Violet Blue. HEX triplet: AF, 53 and 9E. RGB value is (175,83,158). Sum of RGB (Red+Green+Blue) = 175+83+158=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 83 (32.81% from 255 or 19.95% from 416); Blue value is 158 (62.11% from 255 or 37.98% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AF539E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF539E is #50AC61. Grayscale: #767676. Windows color (decimal): -5287010 or 10376111. OLE color: 10376111.
HSL color Cylindrical-coordinate representation of color #AF539E: hue angle of 311.09º 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 #AF539E is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 83 | 158 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.31 |
| HSL | 311.09º | 0.37% | 0.51% | - |
| HSV(B) | 311.09º | 0.53% | 0.69% | - |
| XYZ | 26.94 | 17.77 | 34.36 | - |
| YUV | 119.06 | 149.98 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 83 | 158 | 0 | 0.53 | 0.10 | 0.31 | 311.09 | 0.37 | 0.51 |
| Hex | AF | 53 | 9E | 0 | 35 | A | 1F | 137 | 25 | 33 |
| Octal | 257 | 123 | 236 | 0 | 65 | 12 | 37 | 467 | 45 | 63 |
| Binary | 10101111 | 1010011 | 10011110 | 0 | 110101 | 1010 | 11111 | 100110111 | 100101 | 110011 |
Color Harmonies of #AF539E
Complementary color
Monochromatic Colors of #AF539E
Black with #AF539E
Text Example
Text Example
White with #AF539E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF539E; }
p { color: rgb(175,83,158); }
H1.HeaderClassName
{
color: #AF539E;
}
.AnyTagClassName
{
color: #AF539E;
}
</style>
background-color css
<style>
a { background-color: #AF539E; }
a { background-color: rgb(175,83,158); }
div.DivClassName
{
background-color: #AF539E;
}
.BgClassName
{
background-color: #AF539E;
}
</style>
border-color css
<style>
span { border-color: #AF539E; }
span { border-color: rgb(175,83,158); }
td.TdClassName
{
border-color: #AF539E;
}
.TagClassName
{
border-color: #AF539E;
}
</style>