Shades of Blue Violet #AF30F3
Tints of Blue Violet #AF30F3
RGB
CMYK
RGB Variations
Color information
#AF30F3 (or 0xAF30F3) is known color: Blue Violet. HEX triplet: AF, 30 and F3. RGB value is (175,48,243). Sum of RGB (Red+Green+Blue) = 175+48+243=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 48 (19.14% from 255 or 10.30% from 466); Blue value is 243 (95.31% from 255 or 52.15% from 466); Max value from RGB is 243 - color contains mainly: blue. Hex color #AF30F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF30F3 is #50CF0C. Grayscale: #6B6B6B. Windows color (decimal): -5295885 or 15937711. OLE color: 15937711.
HSL color Cylindrical-coordinate representation of color #AF30F3: hue angle of 279.08º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF30F3 is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 48 | 243 | - |
| CMYK | 0.28 | 0.80 | 0 | 0.05 |
| HSL | 279.08º | 0.89% | 0.57% | - |
| HSV(B) | 279.08º | 0.8% | 0.95% | - |
| XYZ | 34.91 | 17.7 | 86.37 | - |
| YUV | 108.2 | 204.08 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 48 | 243 | 0.28 | 0.80 | 0 | 0.05 | 279.08 | 0.89 | 0.57 |
| Hex | AF | 30 | F3 | 1C | 50 | 0 | 5 | 117 | 59 | 39 |
| Octal | 257 | 60 | 363 | 34 | 120 | 0 | 5 | 427 | 131 | 71 |
| Binary | 10101111 | 110000 | 11110011 | 11100 | 1010000 | 0 | 101 | 100010111 | 1011001 | 111001 |
Color Harmonies of #AF30F3
Complementary color
Monochromatic Colors of #AF30F3
Black with #AF30F3
Text Example
Text Example
White with #AF30F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF30F3; }
p { color: rgb(175,48,243); }
H1.HeaderClassName
{
color: #AF30F3;
}
.AnyTagClassName
{
color: #AF30F3;
}
</style>
background-color css
<style>
a { background-color: #AF30F3; }
a { background-color: rgb(175,48,243); }
div.DivClassName
{
background-color: #AF30F3;
}
.BgClassName
{
background-color: #AF30F3;
}
</style>
border-color css
<style>
span { border-color: #AF30F3; }
span { border-color: rgb(175,48,243); }
td.TdClassName
{
border-color: #AF30F3;
}
.TagClassName
{
border-color: #AF30F3;
}
</style>