Shades of Violet Blue #AF53AD
Tints of Violet Blue #AF53AD
RGB
CMYK
RGB Variations
Color information
#AF53AD (or 0xAF53AD) is known color: Violet Blue. HEX triplet: AF, 53 and AD. RGB value is (175,83,173). Sum of RGB (Red+Green+Blue) = 175+83+173=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 83 (32.81% from 255 or 19.26% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 175 - color contains mainly: red. Hex color #AF53AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF53AD is #50AC52. Grayscale: #787878. Windows color (decimal): -5286995 or 11359151. OLE color: 11359151.
HSL color Cylindrical-coordinate representation of color #AF53AD: hue angle of 301.3º 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 #AF53AD is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 83 | 173 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.31 |
| HSL | 301.3º | 0.37% | 0.51% | - |
| HSV(B) | 301.3º | 0.53% | 0.69% | - |
| XYZ | 28.32 | 18.32 | 41.58 | - |
| YUV | 120.77 | 157.48 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 83 | 173 | 0 | 0.53 | 0.01 | 0.31 | 301.3 | 0.37 | 0.51 |
| Hex | AF | 53 | AD | 0 | 35 | 1 | 1F | 12D | 25 | 33 |
| Octal | 257 | 123 | 255 | 0 | 65 | 1 | 37 | 455 | 45 | 63 |
| Binary | 10101111 | 1010011 | 10101101 | 0 | 110101 | 1 | 11111 | 100101101 | 100101 | 110011 |
Color Harmonies of #AF53AD
Complementary color
Monochromatic Colors of #AF53AD
Black with #AF53AD
Text Example
Text Example
White with #AF53AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF53AD; }
p { color: rgb(175,83,173); }
H1.HeaderClassName
{
color: #AF53AD;
}
.AnyTagClassName
{
color: #AF53AD;
}
</style>
background-color css
<style>
a { background-color: #AF53AD; }
a { background-color: rgb(175,83,173); }
div.DivClassName
{
background-color: #AF53AD;
}
.BgClassName
{
background-color: #AF53AD;
}
</style>
border-color css
<style>
span { border-color: #AF53AD; }
span { border-color: rgb(175,83,173); }
td.TdClassName
{
border-color: #AF53AD;
}
.TagClassName
{
border-color: #AF53AD;
}
</style>