Shades of Violet Blue #AF3AA6
Tints of Violet Blue #AF3AA6
RGB
CMYK
RGB Variations
Color information
#AF3AA6 (or 0xAF3AA6) is known color: Violet Blue. HEX triplet: AF, 3A and A6. RGB value is (175,58,166). Sum of RGB (Red+Green+Blue) = 175+58+166=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 58 (23.05% from 255 or 14.54% from 399); Blue value is 166 (65.23% from 255 or 41.60% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3AA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3AA6 is #50C559. Grayscale: #686868. Windows color (decimal): -5293402 or 10893999. OLE color: 10893999.
HSL color Cylindrical-coordinate representation of color #AF3AA6: hue angle of 304.62º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF3AA6 is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 58 | 166 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.31 |
| HSL | 304.62º | 0.5% | 0.46% | - |
| HSV(B) | 304.62º | 0.67% | 0.69% | - |
| XYZ | 26.08 | 14.89 | 37.58 | - |
| YUV | 105.3 | 162.26 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 58 | 166 | 0 | 0.67 | 0.05 | 0.31 | 304.62 | 0.5 | 0.46 |
| Hex | AF | 3A | A6 | 0 | 43 | 5 | 1F | 131 | 32 | 2E |
| Octal | 257 | 72 | 246 | 0 | 103 | 5 | 37 | 461 | 62 | 56 |
| Binary | 10101111 | 111010 | 10100110 | 0 | 1000011 | 101 | 11111 | 100110001 | 110010 | 101110 |
Color Harmonies of #AF3AA6
Complementary color
Monochromatic Colors of #AF3AA6
Black with #AF3AA6
Text Example
Text Example
White with #AF3AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3AA6; }
p { color: rgb(175,58,166); }
H1.HeaderClassName
{
color: #AF3AA6;
}
.AnyTagClassName
{
color: #AF3AA6;
}
</style>
background-color css
<style>
a { background-color: #AF3AA6; }
a { background-color: rgb(175,58,166); }
div.DivClassName
{
background-color: #AF3AA6;
}
.BgClassName
{
background-color: #AF3AA6;
}
</style>
border-color css
<style>
span { border-color: #AF3AA6; }
span { border-color: rgb(175,58,166); }
td.TdClassName
{
border-color: #AF3AA6;
}
.TagClassName
{
border-color: #AF3AA6;
}
</style>