Shades of Violet Blue #AF68AC
Tints of Violet Blue #AF68AC
RGB
CMYK
RGB Variations
Color information
#AF68AC (or 0xAF68AC) is known color: Violet Blue. HEX triplet: AF, 68 and AC. RGB value is (175,104,172). Sum of RGB (Red+Green+Blue) = 175+104+172=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 104 (41.02% from 255 or 23.06% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 175 - color contains mainly: red. Hex color #AF68AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF68AC is #509753. Grayscale: #848484. Windows color (decimal): -5281620 or 11298991. OLE color: 11298991.
HSL color Cylindrical-coordinate representation of color #AF68AC: hue angle of 302.54º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF68AC is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 104 | 172 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.31 |
| HSL | 302.54º | 0.31% | 0.55% | - |
| HSV(B) | 302.54º | 0.41% | 0.69% | - |
| XYZ | 30.08 | 21.99 | 41.69 | - |
| YUV | 132.98 | 150.02 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 104 | 172 | 0 | 0.41 | 0.02 | 0.31 | 302.54 | 0.31 | 0.55 |
| Hex | AF | 68 | AC | 0 | 29 | 2 | 1F | 12F | 1F | 37 |
| Octal | 257 | 150 | 254 | 0 | 51 | 2 | 37 | 457 | 37 | 67 |
| Binary | 10101111 | 1101000 | 10101100 | 0 | 101001 | 10 | 11111 | 100101111 | 11111 | 110111 |
Color Harmonies of #AF68AC
Complementary color
Monochromatic Colors of #AF68AC
Black with #AF68AC
Text Example
Text Example
White with #AF68AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF68AC; }
p { color: rgb(175,104,172); }
H1.HeaderClassName
{
color: #AF68AC;
}
.AnyTagClassName
{
color: #AF68AC;
}
</style>
background-color css
<style>
a { background-color: #AF68AC; }
a { background-color: rgb(175,104,172); }
div.DivClassName
{
background-color: #AF68AC;
}
.BgClassName
{
background-color: #AF68AC;
}
</style>
border-color css
<style>
span { border-color: #AF68AC; }
span { border-color: rgb(175,104,172); }
td.TdClassName
{
border-color: #AF68AC;
}
.TagClassName
{
border-color: #AF68AC;
}
</style>