Shades of Blue Violet #AF28EF
Tints of Blue Violet #AF28EF
RGB
CMYK
RGB Variations
Color information
#AF28EF (or 0xAF28EF) is known color: Blue Violet. HEX triplet: AF, 28 and EF. RGB value is (175,40,239). Sum of RGB (Red+Green+Blue) = 175+40+239=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 40 (16.02% from 255 or 8.81% from 454); Blue value is 239 (93.75% from 255 or 52.64% from 454); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF28EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF28EF is #50D710. Grayscale: #666666. Windows color (decimal): -5297937 or 15673519. OLE color: 15673519.
HSL color Cylindrical-coordinate representation of color #AF28EF: hue angle of 280.7º degrees, saturation: 0.86, 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 #AF28EF is Cyan = 0.27, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 40 | 239 | - |
| CMYK | 0.27 | 0.83 | 0 | 0.06 |
| HSL | 280.7º | 0.86% | 0.55% | - |
| HSV(B) | 280.7º | 0.83% | 0.94% | - |
| XYZ | 34.02 | 16.86 | 83.12 | - |
| YUV | 103.05 | 204.73 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 40 | 239 | 0.27 | 0.83 | 0 | 0.06 | 280.7 | 0.86 | 0.55 |
| Hex | AF | 28 | EF | 1B | 53 | 0 | 6 | 119 | 56 | 37 |
| Octal | 257 | 50 | 357 | 33 | 123 | 0 | 6 | 431 | 126 | 67 |
| Binary | 10101111 | 101000 | 11101111 | 11011 | 1010011 | 0 | 110 | 100011001 | 1010110 | 110111 |
Color Harmonies of #AF28EF
Complementary color
Monochromatic Colors of #AF28EF
Black with #AF28EF
Text Example
Text Example
White with #AF28EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF28EF; }
p { color: rgb(175,40,239); }
H1.HeaderClassName
{
color: #AF28EF;
}
.AnyTagClassName
{
color: #AF28EF;
}
</style>
background-color css
<style>
a { background-color: #AF28EF; }
a { background-color: rgb(175,40,239); }
div.DivClassName
{
background-color: #AF28EF;
}
.BgClassName
{
background-color: #AF28EF;
}
</style>
border-color css
<style>
span { border-color: #AF28EF; }
span { border-color: rgb(175,40,239); }
td.TdClassName
{
border-color: #AF28EF;
}
.TagClassName
{
border-color: #AF28EF;
}
</style>