Shades of Blue Violet #AF40FE
Tints of Blue Violet #AF40FE
RGB
CMYK
RGB Variations
Color information
#AF40FE (or 0xAF40FE) is known color: Blue Violet. HEX triplet: AF, 40 and FE. RGB value is (175,64,254). Sum of RGB (Red+Green+Blue) = 175+64+254=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 64 (25.39% from 255 or 12.98% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF40FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF40FE is #50BF01. Grayscale: #767676. Windows color (decimal): -5291778 or 16662703. OLE color: 16662703.
HSL color Cylindrical-coordinate representation of color #AF40FE: hue angle of 275.05º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF40FE is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 64 | 254 | - |
| CMYK | 0.31 | 0.75 | 0 | 0.00 |
| HSL | 275.05º | 0.99% | 0.62% | - |
| HSV(B) | 275.05º | 0.75% | 1% | - |
| XYZ | 37.4 | 19.94 | 95.64 | - |
| YUV | 118.85 | 204.27 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 64 | 254 | 0.31 | 0.75 | 0 | 0.00 | 275.05 | 0.99 | 0.62 |
| Hex | AF | 40 | FE | 1F | 4B | 0 | 0 | 113 | 63 | 3E |
| Octal | 257 | 100 | 376 | 37 | 113 | 0 | 0 | 423 | 143 | 76 |
| Binary | 10101111 | 1000000 | 11111110 | 11111 | 1001011 | 0 | 0 | 100010011 | 1100011 | 111110 |
Color Harmonies of #AF40FE
Complementary color
Monochromatic Colors of #AF40FE
Black with #AF40FE
Text Example
Text Example
White with #AF40FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF40FE; }
p { color: rgb(175,64,254); }
H1.HeaderClassName
{
color: #AF40FE;
}
.AnyTagClassName
{
color: #AF40FE;
}
</style>
background-color css
<style>
a { background-color: #AF40FE; }
a { background-color: rgb(175,64,254); }
div.DivClassName
{
background-color: #AF40FE;
}
.BgClassName
{
background-color: #AF40FE;
}
</style>
border-color css
<style>
span { border-color: #AF40FE; }
span { border-color: rgb(175,64,254); }
td.TdClassName
{
border-color: #AF40FE;
}
.TagClassName
{
border-color: #AF40FE;
}
</style>