Shades of Blue Violet #AF32F6
Tints of Blue Violet #AF32F6
RGB
CMYK
RGB Variations
Color information
#AF32F6 (or 0xAF32F6) is known color: Blue Violet. HEX triplet: AF, 32 and F6. RGB value is (175,50,246). Sum of RGB (Red+Green+Blue) = 175+50+246=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 50 (19.92% from 255 or 10.62% from 471); Blue value is 246 (96.48% from 255 or 52.23% from 471); Max value from RGB is 246 - color contains mainly: blue. Hex color #AF32F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF32F6 is #50CD09. Grayscale: #6D6D6D. Windows color (decimal): -5295370 or 16134831. OLE color: 16134831.
HSL color Cylindrical-coordinate representation of color #AF32F6: hue angle of 278.27º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF32F6 is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 50 | 246 | - |
| CMYK | 0.29 | 0.80 | 0 | 0.04 |
| HSL | 278.27º | 0.92% | 0.58% | - |
| HSV(B) | 278.27º | 0.8% | 0.96% | - |
| XYZ | 35.45 | 18.05 | 88.8 | - |
| YUV | 109.72 | 204.91 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 50 | 246 | 0.29 | 0.80 | 0 | 0.04 | 278.27 | 0.92 | 0.58 |
| Hex | AF | 32 | F6 | 1D | 50 | 0 | 4 | 116 | 5C | 3A |
| Octal | 257 | 62 | 366 | 35 | 120 | 0 | 4 | 426 | 134 | 72 |
| Binary | 10101111 | 110010 | 11110110 | 11101 | 1010000 | 0 | 100 | 100010110 | 1011100 | 111010 |
Color Harmonies of #AF32F6
Complementary color
Monochromatic Colors of #AF32F6
Black with #AF32F6
Text Example
Text Example
White with #AF32F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF32F6; }
p { color: rgb(175,50,246); }
H1.HeaderClassName
{
color: #AF32F6;
}
.AnyTagClassName
{
color: #AF32F6;
}
</style>
background-color css
<style>
a { background-color: #AF32F6; }
a { background-color: rgb(175,50,246); }
div.DivClassName
{
background-color: #AF32F6;
}
.BgClassName
{
background-color: #AF32F6;
}
</style>
border-color css
<style>
span { border-color: #AF32F6; }
span { border-color: rgb(175,50,246); }
td.TdClassName
{
border-color: #AF32F6;
}
.TagClassName
{
border-color: #AF32F6;
}
</style>