Shades of Violet Blue #AF55AF
Tints of Violet Blue #AF55AF
RGB
CMYK
RGB Variations
Color information
#AF55AF (or 0xAF55AF) is known color: Violet Blue. HEX triplet: AF, 55 and AF. RGB value is (175,85,175). Sum of RGB (Red+Green+Blue) = 175+85+175=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 85 (33.59% from 255 or 19.54% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF55AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF55AF is #50AA50. Grayscale: #797979. Windows color (decimal): -5286481 or 11490735. OLE color: 11490735.
HSL color Cylindrical-coordinate representation of color #AF55AF: hue angle of 300º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF55AF is Cyan = 0, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 85 | 175 | - |
| CMYK | 0 | 0.51 | 0 | 0.31 |
| HSL | 300º | 0.36% | 0.51% | - |
| HSV(B) | 300º | 0.51% | 0.69% | - |
| XYZ | 28.67 | 18.71 | 42.66 | - |
| YUV | 122.17 | 157.82 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 85 | 175 | 0 | 0.51 | 0 | 0.31 | 300 | 0.36 | 0.51 |
| Hex | AF | 55 | AF | 0 | 33 | 0 | 1F | 12C | 24 | 33 |
| Octal | 257 | 125 | 257 | 0 | 63 | 0 | 37 | 454 | 44 | 63 |
| Binary | 10101111 | 1010101 | 10101111 | 0 | 110011 | 0 | 11111 | 100101100 | 100100 | 110011 |
Color Harmonies of #AF55AF
Complementary color
Monochromatic Colors of #AF55AF
Black with #AF55AF
Text Example
Text Example
White with #AF55AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF55AF; }
p { color: rgb(175,85,175); }
H1.HeaderClassName
{
color: #AF55AF;
}
.AnyTagClassName
{
color: #AF55AF;
}
</style>
background-color css
<style>
a { background-color: #AF55AF; }
a { background-color: rgb(175,85,175); }
div.DivClassName
{
background-color: #AF55AF;
}
.BgClassName
{
background-color: #AF55AF;
}
</style>
border-color css
<style>
span { border-color: #AF55AF; }
span { border-color: rgb(175,85,175); }
td.TdClassName
{
border-color: #AF55AF;
}
.TagClassName
{
border-color: #AF55AF;
}
</style>