Shades of Violet Blue #AF529E
Tints of Violet Blue #AF529E
RGB
CMYK
RGB Variations
Color information
#AF529E (or 0xAF529E) is known color: Violet Blue. HEX triplet: AF, 52 and 9E. RGB value is (175,82,158). Sum of RGB (Red+Green+Blue) = 175+82+158=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 82 (32.42% from 255 or 19.76% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AF529E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF529E is #50AD61. Grayscale: #767676. Windows color (decimal): -5287266 or 10375855. OLE color: 10375855.
HSL color Cylindrical-coordinate representation of color #AF529E: hue angle of 310.97º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF529E is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 82 | 158 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.31 |
| HSL | 310.97º | 0.37% | 0.5% | - |
| HSV(B) | 310.97º | 0.53% | 0.69% | - |
| XYZ | 26.87 | 17.62 | 34.33 | - |
| YUV | 118.47 | 150.31 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 82 | 158 | 0 | 0.53 | 0.10 | 0.31 | 310.97 | 0.37 | 0.5 |
| Hex | AF | 52 | 9E | 0 | 35 | A | 1F | 137 | 25 | 32 |
| Octal | 257 | 122 | 236 | 0 | 65 | 12 | 37 | 467 | 45 | 62 |
| Binary | 10101111 | 1010010 | 10011110 | 0 | 110101 | 1010 | 11111 | 100110111 | 100101 | 110010 |
Color Harmonies of #AF529E
Complementary color
Monochromatic Colors of #AF529E
Black with #AF529E
Text Example
Text Example
White with #AF529E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF529E; }
p { color: rgb(175,82,158); }
H1.HeaderClassName
{
color: #AF529E;
}
.AnyTagClassName
{
color: #AF529E;
}
</style>
background-color css
<style>
a { background-color: #AF529E; }
a { background-color: rgb(175,82,158); }
div.DivClassName
{
background-color: #AF529E;
}
.BgClassName
{
background-color: #AF529E;
}
</style>
border-color css
<style>
span { border-color: #AF529E; }
span { border-color: rgb(175,82,158); }
td.TdClassName
{
border-color: #AF529E;
}
.TagClassName
{
border-color: #AF529E;
}
</style>