Shades of Violet Blue #AF73A8
Tints of Violet Blue #AF73A8
RGB
CMYK
RGB Variations
Color information
#AF73A8 (or 0xAF73A8) is known color: Violet Blue. HEX triplet: AF, 73 and A8. RGB value is (175,115,168). Sum of RGB (Red+Green+Blue) = 175+115+168=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 115 (45.31% from 255 or 25.11% from 458); Blue value is 168 (66.02% from 255 or 36.68% from 458); Max value from RGB is 175 - color contains mainly: red. Hex color #AF73A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF73A8 is #508C57. Grayscale: #8A8A8A. Windows color (decimal): -5278808 or 11039663. OLE color: 11039663.
HSL color Cylindrical-coordinate representation of color #AF73A8: hue angle of 307º 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 #AF73A8 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 115 | 168 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.31 |
| HSL | 307º | 0.27% | 0.57% | - |
| HSV(B) | 307º | 0.34% | 0.69% | - |
| XYZ | 30.88 | 24.2 | 40.09 | - |
| YUV | 138.98 | 144.38 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 115 | 168 | 0 | 0.34 | 0.04 | 0.31 | 307 | 0.27 | 0.57 |
| Hex | AF | 73 | A8 | 0 | 22 | 4 | 1F | 133 | 1B | 39 |
| Octal | 257 | 163 | 250 | 0 | 42 | 4 | 37 | 463 | 33 | 71 |
| Binary | 10101111 | 1110011 | 10101000 | 0 | 100010 | 100 | 11111 | 100110011 | 11011 | 111001 |
Color Harmonies of #AF73A8
Complementary color
Monochromatic Colors of #AF73A8
Black with #AF73A8
Text Example
Text Example
White with #AF73A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF73A8; }
p { color: rgb(175,115,168); }
H1.HeaderClassName
{
color: #AF73A8;
}
.AnyTagClassName
{
color: #AF73A8;
}
</style>
background-color css
<style>
a { background-color: #AF73A8; }
a { background-color: rgb(175,115,168); }
div.DivClassName
{
background-color: #AF73A8;
}
.BgClassName
{
background-color: #AF73A8;
}
</style>
border-color css
<style>
span { border-color: #AF73A8; }
span { border-color: rgb(175,115,168); }
td.TdClassName
{
border-color: #AF73A8;
}
.TagClassName
{
border-color: #AF73A8;
}
</style>