Shades of Blue Violet #AF30FB
Tints of Blue Violet #AF30FB
RGB
CMYK
RGB Variations
Color information
#AF30FB (or 0xAF30FB) is known color: Blue Violet. HEX triplet: AF, 30 and FB. RGB value is (175,48,251). Sum of RGB (Red+Green+Blue) = 175+48+251=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 48 (19.14% from 255 or 10.13% from 474); Blue value is 251 (98.44% from 255 or 52.95% from 474); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF30FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF30FB is #50CF04. Grayscale: #6C6C6C. Windows color (decimal): -5295877 or 16461999. OLE color: 16461999.
HSL color Cylindrical-coordinate representation of color #AF30FB: hue angle of 277.54º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF30FB is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 48 | 251 | - |
| CMYK | 0.30 | 0.81 | 0 | 0.02 |
| HSL | 277.54º | 0.96% | 0.59% | - |
| HSV(B) | 277.54º | 0.81% | 0.98% | - |
| XYZ | 36.15 | 18.19 | 92.87 | - |
| YUV | 109.12 | 208.08 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 48 | 251 | 0.30 | 0.81 | 0 | 0.02 | 277.54 | 0.96 | 0.59 |
| Hex | AF | 30 | FB | 1E | 51 | 0 | 2 | 116 | 60 | 3B |
| Octal | 257 | 60 | 373 | 36 | 121 | 0 | 2 | 426 | 140 | 73 |
| Binary | 10101111 | 110000 | 11111011 | 11110 | 1010001 | 0 | 10 | 100010110 | 1100000 | 111011 |
Color Harmonies of #AF30FB
Complementary color
Monochromatic Colors of #AF30FB
Black with #AF30FB
Text Example
Text Example
White with #AF30FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF30FB; }
p { color: rgb(175,48,251); }
H1.HeaderClassName
{
color: #AF30FB;
}
.AnyTagClassName
{
color: #AF30FB;
}
</style>
background-color css
<style>
a { background-color: #AF30FB; }
a { background-color: rgb(175,48,251); }
div.DivClassName
{
background-color: #AF30FB;
}
.BgClassName
{
background-color: #AF30FB;
}
</style>
border-color css
<style>
span { border-color: #AF30FB; }
span { border-color: rgb(175,48,251); }
td.TdClassName
{
border-color: #AF30FB;
}
.TagClassName
{
border-color: #AF30FB;
}
</style>