Shades of Violet Blue #AF6AB6
Tints of Violet Blue #AF6AB6
RGB
CMYK
RGB Variations
Color information
#AF6AB6 (or 0xAF6AB6) is known color: Violet Blue. HEX triplet: AF, 6A and B6. RGB value is (175,106,182). Sum of RGB (Red+Green+Blue) = 175+106+182=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 106 (41.80% from 255 or 22.89% from 463); Blue value is 182 (71.48% from 255 or 39.31% from 463); Max value from RGB is 182 - color contains mainly: blue. Hex color #AF6AB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6AB6 is #509549. Grayscale: #878787. Windows color (decimal): -5281098 or 11954863. OLE color: 11954863.
HSL color Cylindrical-coordinate representation of color #AF6AB6: hue angle of 294.47º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF6AB6 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 106 | 182 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.29 |
| HSL | 294.47º | 0.34% | 0.56% | - |
| HSV(B) | 294.47º | 0.42% | 0.71% | - |
| XYZ | 31.28 | 22.8 | 47.01 | - |
| YUV | 135.3 | 154.36 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 106 | 182 | 0.04 | 0.42 | 0 | 0.29 | 294.47 | 0.34 | 0.56 |
| Hex | AF | 6A | B6 | 4 | 2A | 0 | 1D | 126 | 22 | 38 |
| Octal | 257 | 152 | 266 | 4 | 52 | 0 | 35 | 446 | 42 | 70 |
| Binary | 10101111 | 1101010 | 10110110 | 100 | 101010 | 0 | 11101 | 100100110 | 100010 | 111000 |
Color Harmonies of #AF6AB6
Complementary color
Monochromatic Colors of #AF6AB6
Black with #AF6AB6
Text Example
Text Example
White with #AF6AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6AB6; }
p { color: rgb(175,106,182); }
H1.HeaderClassName
{
color: #AF6AB6;
}
.AnyTagClassName
{
color: #AF6AB6;
}
</style>
background-color css
<style>
a { background-color: #AF6AB6; }
a { background-color: rgb(175,106,182); }
div.DivClassName
{
background-color: #AF6AB6;
}
.BgClassName
{
background-color: #AF6AB6;
}
</style>
border-color css
<style>
span { border-color: #AF6AB6; }
span { border-color: rgb(175,106,182); }
td.TdClassName
{
border-color: #AF6AB6;
}
.TagClassName
{
border-color: #AF6AB6;
}
</style>