Shades of Blue Violet #AF2DFB
Tints of Blue Violet #AF2DFB
RGB
CMYK
RGB Variations
Color information
#AF2DFB (or 0xAF2DFB) is known color: Blue Violet. HEX triplet: AF, 2D and FB. RGB value is (175,45,251). Sum of RGB (Red+Green+Blue) = 175+45+251=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 45 (17.97% from 255 or 9.55% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF2DFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF2DFB is #50D204. Grayscale: #6A6A6A. Windows color (decimal): -5296645 or 16461231. OLE color: 16461231.
HSL color Cylindrical-coordinate representation of color #AF2DFB: hue angle of 277.86º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF2DFB is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 45 | 251 | - |
| CMYK | 0.30 | 0.82 | 0 | 0.02 |
| HSL | 277.86º | 0.96% | 0.58% | - |
| HSV(B) | 277.86º | 0.82% | 0.98% | - |
| XYZ | 36.03 | 17.96 | 92.83 | - |
| YUV | 107.35 | 209.07 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 45 | 251 | 0.30 | 0.82 | 0 | 0.02 | 277.86 | 0.96 | 0.58 |
| Hex | AF | 2D | FB | 1E | 52 | 0 | 2 | 116 | 60 | 3A |
| Octal | 257 | 55 | 373 | 36 | 122 | 0 | 2 | 426 | 140 | 72 |
| Binary | 10101111 | 101101 | 11111011 | 11110 | 1010010 | 0 | 10 | 100010110 | 1100000 | 111010 |
Color Harmonies of #AF2DFB
Complementary color
Monochromatic Colors of #AF2DFB
Black with #AF2DFB
Text Example
Text Example
White with #AF2DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2DFB; }
p { color: rgb(175,45,251); }
H1.HeaderClassName
{
color: #AF2DFB;
}
.AnyTagClassName
{
color: #AF2DFB;
}
</style>
background-color css
<style>
a { background-color: #AF2DFB; }
a { background-color: rgb(175,45,251); }
div.DivClassName
{
background-color: #AF2DFB;
}
.BgClassName
{
background-color: #AF2DFB;
}
</style>
border-color css
<style>
span { border-color: #AF2DFB; }
span { border-color: rgb(175,45,251); }
td.TdClassName
{
border-color: #AF2DFB;
}
.TagClassName
{
border-color: #AF2DFB;
}
</style>