Shades of Blue Violet #AF28F0
Tints of Blue Violet #AF28F0
RGB
CMYK
RGB Variations
Color information
#AF28F0 (or 0xAF28F0) is known color: Blue Violet. HEX triplet: AF, 28 and F0. RGB value is (175,40,240). Sum of RGB (Red+Green+Blue) = 175+40+240=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 40 (16.02% from 255 or 8.79% from 455); Blue value is 240 (94.14% from 255 or 52.75% from 455); Max value from RGB is 240 - color contains mainly: blue. Hex color #AF28F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF28F0 is #50D70F. Grayscale: #666666. Windows color (decimal): -5297936 or 15739055. OLE color: 15739055.
HSL color Cylindrical-coordinate representation of color #AF28F0: hue angle of 280.5º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF28F0 is Cyan = 0.27, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 40 | 240 | - |
| CMYK | 0.27 | 0.83 | 0 | 0.06 |
| HSL | 280.5º | 0.87% | 0.55% | - |
| HSV(B) | 280.5º | 0.83% | 0.94% | - |
| XYZ | 34.17 | 16.92 | 83.9 | - |
| YUV | 103.17 | 205.23 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 40 | 240 | 0.27 | 0.83 | 0 | 0.06 | 280.5 | 0.87 | 0.55 |
| Hex | AF | 28 | F0 | 1B | 53 | 0 | 6 | 118 | 57 | 37 |
| Octal | 257 | 50 | 360 | 33 | 123 | 0 | 6 | 430 | 127 | 67 |
| Binary | 10101111 | 101000 | 11110000 | 11011 | 1010011 | 0 | 110 | 100011000 | 1010111 | 110111 |
Color Harmonies of #AF28F0
Complementary color
Monochromatic Colors of #AF28F0
Black with #AF28F0
Text Example
Text Example
White with #AF28F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF28F0; }
p { color: rgb(175,40,240); }
H1.HeaderClassName
{
color: #AF28F0;
}
.AnyTagClassName
{
color: #AF28F0;
}
</style>
background-color css
<style>
a { background-color: #AF28F0; }
a { background-color: rgb(175,40,240); }
div.DivClassName
{
background-color: #AF28F0;
}
.BgClassName
{
background-color: #AF28F0;
}
</style>
border-color css
<style>
span { border-color: #AF28F0; }
span { border-color: rgb(175,40,240); }
td.TdClassName
{
border-color: #AF28F0;
}
.TagClassName
{
border-color: #AF28F0;
}
</style>