Shades of Violet Blue #AF6DB6
Tints of Violet Blue #AF6DB6
RGB
CMYK
RGB Variations
Color information
#AF6DB6 (or 0xAF6DB6) is known color: Violet Blue. HEX triplet: AF, 6D and B6. RGB value is (175,109,182). Sum of RGB (Red+Green+Blue) = 175+109+182=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 109 (42.97% from 255 or 23.39% from 466); Blue value is 182 (71.48% from 255 or 39.06% from 466); Max value from RGB is 182 - color contains mainly: blue. Hex color #AF6DB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6DB6 is #509249. Grayscale: #888888. Windows color (decimal): -5280330 or 11955631. OLE color: 11955631.
HSL color Cylindrical-coordinate representation of color #AF6DB6: hue angle of 294.25º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF6DB6 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 109 | 182 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.29 |
| HSL | 294.25º | 0.33% | 0.57% | - |
| HSV(B) | 294.25º | 0.4% | 0.71% | - |
| XYZ | 31.59 | 23.43 | 47.11 | - |
| YUV | 137.06 | 153.37 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 109 | 182 | 0.04 | 0.40 | 0 | 0.29 | 294.25 | 0.33 | 0.57 |
| Hex | AF | 6D | B6 | 4 | 28 | 0 | 1D | 126 | 21 | 39 |
| Octal | 257 | 155 | 266 | 4 | 50 | 0 | 35 | 446 | 41 | 71 |
| Binary | 10101111 | 1101101 | 10110110 | 100 | 101000 | 0 | 11101 | 100100110 | 100001 | 111001 |
Color Harmonies of #AF6DB6
Complementary color
Monochromatic Colors of #AF6DB6
Black with #AF6DB6
Text Example
Text Example
White with #AF6DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6DB6; }
p { color: rgb(175,109,182); }
H1.HeaderClassName
{
color: #AF6DB6;
}
.AnyTagClassName
{
color: #AF6DB6;
}
</style>
background-color css
<style>
a { background-color: #AF6DB6; }
a { background-color: rgb(175,109,182); }
div.DivClassName
{
background-color: #AF6DB6;
}
.BgClassName
{
background-color: #AF6DB6;
}
</style>
border-color css
<style>
span { border-color: #AF6DB6; }
span { border-color: rgb(175,109,182); }
td.TdClassName
{
border-color: #AF6DB6;
}
.TagClassName
{
border-color: #AF6DB6;
}
</style>