Shades of Violet Blue #AF73AF
Tints of Violet Blue #AF73AF
RGB
CMYK
RGB Variations
Color information
#AF73AF (or 0xAF73AF) is known color: Violet Blue. HEX triplet: AF, 73 and AF. RGB value is (175,115,175). Sum of RGB (Red+Green+Blue) = 175+115+175=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 115 (45.31% from 255 or 24.73% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF73AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF73AF is #508C50. Grayscale: #8B8B8B. Windows color (decimal): -5278801 or 11498415. OLE color: 11498415.
HSL color Cylindrical-coordinate representation of color #AF73AF: hue angle of 300º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF73AF is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 115 | 175 | - |
| CMYK | 0 | 0.34 | 0 | 0.31 |
| HSL | 300º | 0.27% | 0.57% | - |
| HSV(B) | 300º | 0.34% | 0.69% | - |
| XYZ | 31.55 | 24.47 | 43.62 | - |
| YUV | 139.78 | 147.88 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 115 | 175 | 0 | 0.34 | 0 | 0.31 | 300 | 0.27 | 0.57 |
| Hex | AF | 73 | AF | 0 | 22 | 0 | 1F | 12C | 1B | 39 |
| Octal | 257 | 163 | 257 | 0 | 42 | 0 | 37 | 454 | 33 | 71 |
| Binary | 10101111 | 1110011 | 10101111 | 0 | 100010 | 0 | 11111 | 100101100 | 11011 | 111001 |
Color Harmonies of #AF73AF
Complementary color
Monochromatic Colors of #AF73AF
Black with #AF73AF
Text Example
Text Example
White with #AF73AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF73AF; }
p { color: rgb(175,115,175); }
H1.HeaderClassName
{
color: #AF73AF;
}
.AnyTagClassName
{
color: #AF73AF;
}
</style>
background-color css
<style>
a { background-color: #AF73AF; }
a { background-color: rgb(175,115,175); }
div.DivClassName
{
background-color: #AF73AF;
}
.BgClassName
{
background-color: #AF73AF;
}
</style>
border-color css
<style>
span { border-color: #AF73AF; }
span { border-color: rgb(175,115,175); }
td.TdClassName
{
border-color: #AF73AF;
}
.TagClassName
{
border-color: #AF73AF;
}
</style>