Shades of Violet Blue #AF73AC
Tints of Violet Blue #AF73AC
RGB
CMYK
RGB Variations
Color information
#AF73AC (or 0xAF73AC) is known color: Violet Blue. HEX triplet: AF, 73 and AC. RGB value is (175,115,172). Sum of RGB (Red+Green+Blue) = 175+115+172=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 115 (45.31% from 255 or 24.89% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 175 - color contains mainly: red. Hex color #AF73AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF73AC is #508C53. Grayscale: #8B8B8B. Windows color (decimal): -5278804 or 11301807. OLE color: 11301807.
HSL color Cylindrical-coordinate representation of color #AF73AC: hue angle of 303º 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 #AF73AC is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 115 | 172 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.31 |
| HSL | 303º | 0.27% | 0.57% | - |
| HSV(B) | 303º | 0.34% | 0.69% | - |
| XYZ | 31.26 | 24.35 | 42.08 | - |
| YUV | 139.44 | 146.38 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 115 | 172 | 0 | 0.34 | 0.02 | 0.31 | 303 | 0.27 | 0.57 |
| Hex | AF | 73 | AC | 0 | 22 | 2 | 1F | 12F | 1B | 39 |
| Octal | 257 | 163 | 254 | 0 | 42 | 2 | 37 | 457 | 33 | 71 |
| Binary | 10101111 | 1110011 | 10101100 | 0 | 100010 | 10 | 11111 | 100101111 | 11011 | 111001 |
Color Harmonies of #AF73AC
Complementary color
Monochromatic Colors of #AF73AC
Black with #AF73AC
Text Example
Text Example
White with #AF73AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF73AC; }
p { color: rgb(175,115,172); }
H1.HeaderClassName
{
color: #AF73AC;
}
.AnyTagClassName
{
color: #AF73AC;
}
</style>
background-color css
<style>
a { background-color: #AF73AC; }
a { background-color: rgb(175,115,172); }
div.DivClassName
{
background-color: #AF73AC;
}
.BgClassName
{
background-color: #AF73AC;
}
</style>
border-color css
<style>
span { border-color: #AF73AC; }
span { border-color: rgb(175,115,172); }
td.TdClassName
{
border-color: #AF73AC;
}
.TagClassName
{
border-color: #AF73AC;
}
</style>