Shades of Blue Violet #AF2DFE
Tints of Blue Violet #AF2DFE
RGB
CMYK
RGB Variations
Color information
#AF2DFE (or 0xAF2DFE) is known color: Blue Violet. HEX triplet: AF, 2D and FE. RGB value is (175,45,254). Sum of RGB (Red+Green+Blue) = 175+45+254=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 45 (17.97% from 255 or 9.49% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF2DFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF2DFE is #50D201. Grayscale: #6A6A6A. Windows color (decimal): -5296642 or 16657839. OLE color: 16657839.
HSL color Cylindrical-coordinate representation of color #AF2DFE: hue angle of 277.32º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF2DFE is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 45 | 254 | - |
| CMYK | 0.31 | 0.82 | 0 | 0.00 |
| HSL | 277.32º | 0.99% | 0.59% | - |
| HSV(B) | 277.32º | 0.82% | 1% | - |
| XYZ | 36.51 | 18.15 | 95.34 | - |
| YUV | 107.7 | 210.57 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 45 | 254 | 0.31 | 0.82 | 0 | 0.00 | 277.32 | 0.99 | 0.59 |
| Hex | AF | 2D | FE | 1F | 52 | 0 | 0 | 115 | 63 | 3B |
| Octal | 257 | 55 | 376 | 37 | 122 | 0 | 0 | 425 | 143 | 73 |
| Binary | 10101111 | 101101 | 11111110 | 11111 | 1010010 | 0 | 0 | 100010101 | 1100011 | 111011 |
Color Harmonies of #AF2DFE
Complementary color
Monochromatic Colors of #AF2DFE
Black with #AF2DFE
Text Example
Text Example
White with #AF2DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2DFE; }
p { color: rgb(175,45,254); }
H1.HeaderClassName
{
color: #AF2DFE;
}
.AnyTagClassName
{
color: #AF2DFE;
}
</style>
background-color css
<style>
a { background-color: #AF2DFE; }
a { background-color: rgb(175,45,254); }
div.DivClassName
{
background-color: #AF2DFE;
}
.BgClassName
{
background-color: #AF2DFE;
}
</style>
border-color css
<style>
span { border-color: #AF2DFE; }
span { border-color: rgb(175,45,254); }
td.TdClassName
{
border-color: #AF2DFE;
}
.TagClassName
{
border-color: #AF2DFE;
}
</style>