Shades of Blue Violet #AF30F2
Tints of Blue Violet #AF30F2
RGB
CMYK
RGB Variations
Color information
#AF30F2 (or 0xAF30F2) is known color: Blue Violet. HEX triplet: AF, 30 and F2. RGB value is (175,48,242). Sum of RGB (Red+Green+Blue) = 175+48+242=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 48 (19.14% from 255 or 10.32% from 465); Blue value is 242 (94.92% from 255 or 52.04% from 465); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF30F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF30F2 is #50CF0D. Grayscale: #6B6B6B. Windows color (decimal): -5295886 or 15872175. OLE color: 15872175.
HSL color Cylindrical-coordinate representation of color #AF30F2: hue angle of 279.28º degrees, saturation: 0.88, 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 #AF30F2 is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 48 | 242 | - |
| CMYK | 0.28 | 0.80 | 0 | 0.05 |
| HSL | 279.28º | 0.88% | 0.57% | - |
| HSV(B) | 279.28º | 0.8% | 0.95% | - |
| XYZ | 34.76 | 17.64 | 85.58 | - |
| YUV | 108.09 | 203.58 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 48 | 242 | 0.28 | 0.80 | 0 | 0.05 | 279.28 | 0.88 | 0.57 |
| Hex | AF | 30 | F2 | 1C | 50 | 0 | 5 | 117 | 58 | 39 |
| Octal | 257 | 60 | 362 | 34 | 120 | 0 | 5 | 427 | 130 | 71 |
| Binary | 10101111 | 110000 | 11110010 | 11100 | 1010000 | 0 | 101 | 100010111 | 1011000 | 111001 |
Color Harmonies of #AF30F2
Complementary color
Monochromatic Colors of #AF30F2
Black with #AF30F2
Text Example
Text Example
White with #AF30F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF30F2; }
p { color: rgb(175,48,242); }
H1.HeaderClassName
{
color: #AF30F2;
}
.AnyTagClassName
{
color: #AF30F2;
}
</style>
background-color css
<style>
a { background-color: #AF30F2; }
a { background-color: rgb(175,48,242); }
div.DivClassName
{
background-color: #AF30F2;
}
.BgClassName
{
background-color: #AF30F2;
}
</style>
border-color css
<style>
span { border-color: #AF30F2; }
span { border-color: rgb(175,48,242); }
td.TdClassName
{
border-color: #AF30F2;
}
.TagClassName
{
border-color: #AF30F2;
}
</style>