Shades of Blue Violet #AF3FFB
Tints of Blue Violet #AF3FFB
RGB
CMYK
RGB Variations
Color information
#AF3FFB (or 0xAF3FFB) is known color: Blue Violet. HEX triplet: AF, 3F and FB. RGB value is (175,63,251). Sum of RGB (Red+Green+Blue) = 175+63+251=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 63 (25% from 255 or 12.88% from 489); Blue value is 251 (98.44% from 255 or 51.33% from 489); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF3FFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3FFB is #50C004. Grayscale: #757575. Windows color (decimal): -5292037 or 16465839. OLE color: 16465839.
HSL color Cylindrical-coordinate representation of color #AF3FFB: hue angle of 275.74º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF3FFB is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 63 | 251 | - |
| CMYK | 0.30 | 0.75 | 0 | 0.02 |
| HSL | 275.74º | 0.96% | 0.62% | - |
| HSV(B) | 275.74º | 0.75% | 0.98% | - |
| XYZ | 36.87 | 19.63 | 93.11 | - |
| YUV | 117.92 | 203.11 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 63 | 251 | 0.30 | 0.75 | 0 | 0.02 | 275.74 | 0.96 | 0.62 |
| Hex | AF | 3F | FB | 1E | 4B | 0 | 2 | 114 | 60 | 3E |
| Octal | 257 | 77 | 373 | 36 | 113 | 0 | 2 | 424 | 140 | 76 |
| Binary | 10101111 | 111111 | 11111011 | 11110 | 1001011 | 0 | 10 | 100010100 | 1100000 | 111110 |
Color Harmonies of #AF3FFB
Complementary color
Monochromatic Colors of #AF3FFB
Black with #AF3FFB
Text Example
Text Example
White with #AF3FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3FFB; }
p { color: rgb(175,63,251); }
H1.HeaderClassName
{
color: #AF3FFB;
}
.AnyTagClassName
{
color: #AF3FFB;
}
</style>
background-color css
<style>
a { background-color: #AF3FFB; }
a { background-color: rgb(175,63,251); }
div.DivClassName
{
background-color: #AF3FFB;
}
.BgClassName
{
background-color: #AF3FFB;
}
</style>
border-color css
<style>
span { border-color: #AF3FFB; }
span { border-color: rgb(175,63,251); }
td.TdClassName
{
border-color: #AF3FFB;
}
.TagClassName
{
border-color: #AF3FFB;
}
</style>