Shades of Violet Blue #AF60A6
Tints of Violet Blue #AF60A6
RGB
CMYK
RGB Variations
Color information
#AF60A6 (or 0xAF60A6) is known color: Violet Blue. HEX triplet: AF, 60 and A6. RGB value is (175,96,166). Sum of RGB (Red+Green+Blue) = 175+96+166=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 96 (37.89% from 255 or 21.97% from 437); Blue value is 166 (65.23% from 255 or 37.99% from 437); Max value from RGB is 175 - color contains mainly: red. Hex color #AF60A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF60A6 is #509F59. Grayscale: #7F7F7F. Windows color (decimal): -5283674 or 10903727. OLE color: 10903727.
HSL color Cylindrical-coordinate representation of color #AF60A6: hue angle of 306.84º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF60A6 is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 96 | 166 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.31 |
| HSL | 306.84º | 0.33% | 0.53% | - |
| HSV(B) | 306.84º | 0.45% | 0.69% | - |
| XYZ | 28.75 | 20.23 | 38.47 | - |
| YUV | 127.6 | 149.67 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 96 | 166 | 0 | 0.45 | 0.05 | 0.31 | 306.84 | 0.33 | 0.53 |
| Hex | AF | 60 | A6 | 0 | 2D | 5 | 1F | 133 | 21 | 35 |
| Octal | 257 | 140 | 246 | 0 | 55 | 5 | 37 | 463 | 41 | 65 |
| Binary | 10101111 | 1100000 | 10100110 | 0 | 101101 | 101 | 11111 | 100110011 | 100001 | 110101 |
Color Harmonies of #AF60A6
Complementary color
Monochromatic Colors of #AF60A6
Black with #AF60A6
Text Example
Text Example
White with #AF60A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF60A6; }
p { color: rgb(175,96,166); }
H1.HeaderClassName
{
color: #AF60A6;
}
.AnyTagClassName
{
color: #AF60A6;
}
</style>
background-color css
<style>
a { background-color: #AF60A6; }
a { background-color: rgb(175,96,166); }
div.DivClassName
{
background-color: #AF60A6;
}
.BgClassName
{
background-color: #AF60A6;
}
</style>
border-color css
<style>
span { border-color: #AF60A6; }
span { border-color: rgb(175,96,166); }
td.TdClassName
{
border-color: #AF60A6;
}
.TagClassName
{
border-color: #AF60A6;
}
</style>