Shades of Blue Violet #AF31FA
Tints of Blue Violet #AF31FA
RGB
CMYK
RGB Variations
Color information
#AF31FA (or 0xAF31FA) is known color: Blue Violet. HEX triplet: AF, 31 and FA. RGB value is (175,49,250). Sum of RGB (Red+Green+Blue) = 175+49+250=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 49 (19.53% from 255 or 10.34% from 474); Blue value is 250 (98.05% from 255 or 52.74% from 474); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF31FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF31FA is #50CE05. Grayscale: #6C6C6C. Windows color (decimal): -5295622 or 16396719. OLE color: 16396719.
HSL color Cylindrical-coordinate representation of color #AF31FA: hue angle of 277.61º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF31FA is Cyan = 0.3, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 49 | 250 | - |
| CMYK | 0.3 | 0.80 | 0 | 0.02 |
| HSL | 277.61º | 0.95% | 0.59% | - |
| HSV(B) | 277.61º | 0.8% | 0.98% | - |
| XYZ | 36.03 | 18.21 | 92.06 | - |
| YUV | 109.59 | 207.24 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 49 | 250 | 0.3 | 0.80 | 0 | 0.02 | 277.61 | 0.95 | 0.59 |
| Hex | AF | 31 | FA | 1E | 50 | 0 | 2 | 116 | 5F | 3B |
| Octal | 257 | 61 | 372 | 36 | 120 | 0 | 2 | 426 | 137 | 73 |
| Binary | 10101111 | 110001 | 11111010 | 11110 | 1010000 | 0 | 10 | 100010110 | 1011111 | 111011 |
Color Harmonies of #AF31FA
Complementary color
Monochromatic Colors of #AF31FA
Black with #AF31FA
Text Example
Text Example
White with #AF31FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF31FA; }
p { color: rgb(175,49,250); }
H1.HeaderClassName
{
color: #AF31FA;
}
.AnyTagClassName
{
color: #AF31FA;
}
</style>
background-color css
<style>
a { background-color: #AF31FA; }
a { background-color: rgb(175,49,250); }
div.DivClassName
{
background-color: #AF31FA;
}
.BgClassName
{
background-color: #AF31FA;
}
</style>
border-color css
<style>
span { border-color: #AF31FA; }
span { border-color: rgb(175,49,250); }
td.TdClassName
{
border-color: #AF31FA;
}
.TagClassName
{
border-color: #AF31FA;
}
</style>