Shades of Violet Blue #AF529B
Tints of Violet Blue #AF529B
RGB
CMYK
RGB Variations
Color information
#AF529B (or 0xAF529B) is known color: Violet Blue. HEX triplet: AF, 52 and 9B. RGB value is (175,82,155). Sum of RGB (Red+Green+Blue) = 175+82+155=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AF529B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF529B is #50AD64. Grayscale: #757575. Windows color (decimal): -5287269 or 10179247. OLE color: 10179247.
HSL color Cylindrical-coordinate representation of color #AF529B: hue angle of 312.9º 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 #AF529B is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 82 | 155 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.31 |
| HSL | 312.9º | 0.37% | 0.5% | - |
| HSV(B) | 312.9º | 0.53% | 0.69% | - |
| XYZ | 26.61 | 17.52 | 32.99 | - |
| YUV | 118.13 | 148.81 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 82 | 155 | 0 | 0.53 | 0.11 | 0.31 | 312.9 | 0.37 | 0.5 |
| Hex | AF | 52 | 9B | 0 | 35 | B | 1F | 139 | 25 | 32 |
| Octal | 257 | 122 | 233 | 0 | 65 | 13 | 37 | 471 | 45 | 62 |
| Binary | 10101111 | 1010010 | 10011011 | 0 | 110101 | 1011 | 11111 | 100111001 | 100101 | 110010 |
Color Harmonies of #AF529B
Complementary color
Monochromatic Colors of #AF529B
Black with #AF529B
Text Example
Text Example
White with #AF529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF529B; }
p { color: rgb(175,82,155); }
H1.HeaderClassName
{
color: #AF529B;
}
.AnyTagClassName
{
color: #AF529B;
}
</style>
background-color css
<style>
a { background-color: #AF529B; }
a { background-color: rgb(175,82,155); }
div.DivClassName
{
background-color: #AF529B;
}
.BgClassName
{
background-color: #AF529B;
}
</style>
border-color css
<style>
span { border-color: #AF529B; }
span { border-color: rgb(175,82,155); }
td.TdClassName
{
border-color: #AF529B;
}
.TagClassName
{
border-color: #AF529B;
}
</style>