Shades of Blue Violet #AF37FE
Tints of Blue Violet #AF37FE
RGB
CMYK
RGB Variations
Color information
#AF37FE (or 0xAF37FE) is known color: Blue Violet. HEX triplet: AF, 37 and FE. RGB value is (175,55,254). Sum of RGB (Red+Green+Blue) = 175+55+254=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 55 (21.88% from 255 or 11.36% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF37FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF37FE is #50C801. Grayscale: #707070. Windows color (decimal): -5294082 or 16660399. OLE color: 16660399.
HSL color Cylindrical-coordinate representation of color #AF37FE: hue angle of 276.18º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF37FE is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 55 | 254 | - |
| CMYK | 0.31 | 0.78 | 0 | 0.00 |
| HSL | 276.18º | 0.99% | 0.61% | - |
| HSV(B) | 276.18º | 0.78% | 1% | - |
| XYZ | 36.93 | 19 | 95.49 | - |
| YUV | 113.57 | 207.26 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 55 | 254 | 0.31 | 0.78 | 0 | 0.00 | 276.18 | 0.99 | 0.61 |
| Hex | AF | 37 | FE | 1F | 4E | 0 | 0 | 114 | 63 | 3D |
| Octal | 257 | 67 | 376 | 37 | 116 | 0 | 0 | 424 | 143 | 75 |
| Binary | 10101111 | 110111 | 11111110 | 11111 | 1001110 | 0 | 0 | 100010100 | 1100011 | 111101 |
Color Harmonies of #AF37FE
Complementary color
Monochromatic Colors of #AF37FE
Black with #AF37FE
Text Example
Text Example
White with #AF37FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF37FE; }
p { color: rgb(175,55,254); }
H1.HeaderClassName
{
color: #AF37FE;
}
.AnyTagClassName
{
color: #AF37FE;
}
</style>
background-color css
<style>
a { background-color: #AF37FE; }
a { background-color: rgb(175,55,254); }
div.DivClassName
{
background-color: #AF37FE;
}
.BgClassName
{
background-color: #AF37FE;
}
</style>
border-color css
<style>
span { border-color: #AF37FE; }
span { border-color: rgb(175,55,254); }
td.TdClassName
{
border-color: #AF37FE;
}
.TagClassName
{
border-color: #AF37FE;
}
</style>