Shades of Blue Violet #AF37FF
Tints of Blue Violet #AF37FF
RGB
CMYK
RGB Variations
Color information
#AF37FF (or 0xAF37FF) is known color: Blue Violet. HEX triplet: AF, 37 and FF. RGB value is (175,55,255). Sum of RGB (Red+Green+Blue) = 175+55+255=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 55 (21.88% from 255 or 11.34% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF37FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF37FF is #50C800. Grayscale: #707070. Windows color (decimal): -5294081 or 16725935. OLE color: 16725935.
HSL color Cylindrical-coordinate representation of color #AF37FF: hue angle of 276º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF37FF is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 55 | 255 | - |
| CMYK | 0.31 | 0.78 | 0 | 0 |
| HSL | 276º | 1% | 0.61% | - |
| HSV(B) | 276º | 0.78% | 1% | - |
| XYZ | 37.1 | 19.07 | 96.33 | - |
| YUV | 113.68 | 207.76 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 55 | 255 | 0.31 | 0.78 | 0 | 0 | 276 | 1 | 0.61 |
| Hex | AF | 37 | FF | 1F | 4E | 0 | 0 | 114 | 64 | 3D |
| Octal | 257 | 67 | 377 | 37 | 116 | 0 | 0 | 424 | 144 | 75 |
| Binary | 10101111 | 110111 | 11111111 | 11111 | 1001110 | 0 | 0 | 100010100 | 1100100 | 111101 |
Color Harmonies of #AF37FF
Complementary color
Monochromatic Colors of #AF37FF
Black with #AF37FF
Text Example
Text Example
White with #AF37FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF37FF; }
p { color: rgb(175,55,255); }
H1.HeaderClassName
{
color: #AF37FF;
}
.AnyTagClassName
{
color: #AF37FF;
}
</style>
background-color css
<style>
a { background-color: #AF37FF; }
a { background-color: rgb(175,55,255); }
div.DivClassName
{
background-color: #AF37FF;
}
.BgClassName
{
background-color: #AF37FF;
}
</style>
border-color css
<style>
span { border-color: #AF37FF; }
span { border-color: rgb(175,55,255); }
td.TdClassName
{
border-color: #AF37FF;
}
.TagClassName
{
border-color: #AF37FF;
}
</style>