Shades of Violet Blue #AF62AD
Tints of Violet Blue #AF62AD
RGB
CMYK
RGB Variations
Color information
#AF62AD (or 0xAF62AD) is known color: Violet Blue. HEX triplet: AF, 62 and AD. RGB value is (175,98,173). Sum of RGB (Red+Green+Blue) = 175+98+173=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 98 (38.67% from 255 or 21.97% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 175 - color contains mainly: red. Hex color #AF62AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF62AD is #509D52. Grayscale: #818181. Windows color (decimal): -5283155 or 11362991. OLE color: 11362991.
HSL color Cylindrical-coordinate representation of color #AF62AD: hue angle of 301.56º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF62AD is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 98 | 173 | - |
| CMYK | 0 | 0.44 | 0.01 | 0.31 |
| HSL | 301.56º | 0.32% | 0.54% | - |
| HSV(B) | 301.56º | 0.44% | 0.69% | - |
| XYZ | 29.59 | 20.87 | 42 | - |
| YUV | 129.57 | 152.51 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 98 | 173 | 0 | 0.44 | 0.01 | 0.31 | 301.56 | 0.32 | 0.54 |
| Hex | AF | 62 | AD | 0 | 2C | 1 | 1F | 12E | 20 | 36 |
| Octal | 257 | 142 | 255 | 0 | 54 | 1 | 37 | 456 | 40 | 66 |
| Binary | 10101111 | 1100010 | 10101101 | 0 | 101100 | 1 | 11111 | 100101110 | 100000 | 110110 |
Color Harmonies of #AF62AD
Complementary color
Monochromatic Colors of #AF62AD
Black with #AF62AD
Text Example
Text Example
White with #AF62AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF62AD; }
p { color: rgb(175,98,173); }
H1.HeaderClassName
{
color: #AF62AD;
}
.AnyTagClassName
{
color: #AF62AD;
}
</style>
background-color css
<style>
a { background-color: #AF62AD; }
a { background-color: rgb(175,98,173); }
div.DivClassName
{
background-color: #AF62AD;
}
.BgClassName
{
background-color: #AF62AD;
}
</style>
border-color css
<style>
span { border-color: #AF62AD; }
span { border-color: rgb(175,98,173); }
td.TdClassName
{
border-color: #AF62AD;
}
.TagClassName
{
border-color: #AF62AD;
}
</style>