Shades of Blue Violet #AF2BF1
Tints of Blue Violet #AF2BF1
RGB
CMYK
RGB Variations
Color information
#AF2BF1 (or 0xAF2BF1) is known color: Blue Violet. HEX triplet: AF, 2B and F1. RGB value is (175,43,241). Sum of RGB (Red+Green+Blue) = 175+43+241=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 43 (17.19% from 255 or 9.37% from 459); Blue value is 241 (94.53% from 255 or 52.51% from 459); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF2BF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF2BF1 is #50D40E. Grayscale: #686868. Windows color (decimal): -5297167 or 15805359. OLE color: 15805359.
HSL color Cylindrical-coordinate representation of color #AF2BF1: hue angle of 280º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF2BF1 is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 43 | 241 | - |
| CMYK | 0.27 | 0.82 | 0 | 0.05 |
| HSL | 280º | 0.88% | 0.56% | - |
| HSV(B) | 280º | 0.82% | 0.95% | - |
| XYZ | 34.42 | 17.19 | 84.72 | - |
| YUV | 105.04 | 204.73 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 43 | 241 | 0.27 | 0.82 | 0 | 0.05 | 280 | 0.88 | 0.56 |
| Hex | AF | 2B | F1 | 1B | 52 | 0 | 5 | 118 | 58 | 38 |
| Octal | 257 | 53 | 361 | 33 | 122 | 0 | 5 | 430 | 130 | 70 |
| Binary | 10101111 | 101011 | 11110001 | 11011 | 1010010 | 0 | 101 | 100011000 | 1011000 | 111000 |
Color Harmonies of #AF2BF1
Complementary color
Monochromatic Colors of #AF2BF1
Black with #AF2BF1
Text Example
Text Example
White with #AF2BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2BF1; }
p { color: rgb(175,43,241); }
H1.HeaderClassName
{
color: #AF2BF1;
}
.AnyTagClassName
{
color: #AF2BF1;
}
</style>
background-color css
<style>
a { background-color: #AF2BF1; }
a { background-color: rgb(175,43,241); }
div.DivClassName
{
background-color: #AF2BF1;
}
.BgClassName
{
background-color: #AF2BF1;
}
</style>
border-color css
<style>
span { border-color: #AF2BF1; }
span { border-color: rgb(175,43,241); }
td.TdClassName
{
border-color: #AF2BF1;
}
.TagClassName
{
border-color: #AF2BF1;
}
</style>