Shades of Violet Blue #AF6DAC
Tints of Violet Blue #AF6DAC
RGB
CMYK
RGB Variations
Color information
#AF6DAC (or 0xAF6DAC) is known color: Violet Blue. HEX triplet: AF, 6D and AC. RGB value is (175,109,172). Sum of RGB (Red+Green+Blue) = 175+109+172=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 109 (42.97% from 255 or 23.90% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6DAC is #509253. Grayscale: #878787. Windows color (decimal): -5280340 or 11300271. OLE color: 11300271.
HSL color Cylindrical-coordinate representation of color #AF6DAC: hue angle of 302.73º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF6DAC is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 109 | 172 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.31 |
| HSL | 302.73º | 0.29% | 0.56% | - |
| HSV(B) | 302.73º | 0.38% | 0.69% | - |
| XYZ | 30.59 | 23.03 | 41.86 | - |
| YUV | 135.92 | 148.37 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 109 | 172 | 0 | 0.38 | 0.02 | 0.31 | 302.73 | 0.29 | 0.56 |
| Hex | AF | 6D | AC | 0 | 26 | 2 | 1F | 12F | 1D | 38 |
| Octal | 257 | 155 | 254 | 0 | 46 | 2 | 37 | 457 | 35 | 70 |
| Binary | 10101111 | 1101101 | 10101100 | 0 | 100110 | 10 | 11111 | 100101111 | 11101 | 111000 |
Color Harmonies of #AF6DAC
Complementary color
Monochromatic Colors of #AF6DAC
Black with #AF6DAC
Text Example
Text Example
White with #AF6DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6DAC; }
p { color: rgb(175,109,172); }
H1.HeaderClassName
{
color: #AF6DAC;
}
.AnyTagClassName
{
color: #AF6DAC;
}
</style>
background-color css
<style>
a { background-color: #AF6DAC; }
a { background-color: rgb(175,109,172); }
div.DivClassName
{
background-color: #AF6DAC;
}
.BgClassName
{
background-color: #AF6DAC;
}
</style>
border-color css
<style>
span { border-color: #AF6DAC; }
span { border-color: rgb(175,109,172); }
td.TdClassName
{
border-color: #AF6DAC;
}
.TagClassName
{
border-color: #AF6DAC;
}
</style>