Shades of Blue Violet #AF3BFE
Tints of Blue Violet #AF3BFE
RGB
CMYK
RGB Variations
Color information
#AF3BFE (or 0xAF3BFE) is known color: Blue Violet. HEX triplet: AF, 3B and FE. RGB value is (175,59,254). Sum of RGB (Red+Green+Blue) = 175+59+254=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 59 (23.44% from 255 or 12.09% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF3BFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3BFE is #50C401. Grayscale: #737373. Windows color (decimal): -5293058 or 16661423. OLE color: 16661423.
HSL color Cylindrical-coordinate representation of color #AF3BFE: hue angle of 275.69º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF3BFE is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 59 | 254 | - |
| CMYK | 0.31 | 0.77 | 0 | 0.00 |
| HSL | 275.69º | 0.99% | 0.61% | - |
| HSV(B) | 275.69º | 0.77% | 1% | - |
| XYZ | 37.13 | 19.4 | 95.55 | - |
| YUV | 115.91 | 205.93 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 59 | 254 | 0.31 | 0.77 | 0 | 0.00 | 275.69 | 0.99 | 0.61 |
| Hex | AF | 3B | FE | 1F | 4D | 0 | 0 | 114 | 63 | 3D |
| Octal | 257 | 73 | 376 | 37 | 115 | 0 | 0 | 424 | 143 | 75 |
| Binary | 10101111 | 111011 | 11111110 | 11111 | 1001101 | 0 | 0 | 100010100 | 1100011 | 111101 |
Color Harmonies of #AF3BFE
Complementary color
Monochromatic Colors of #AF3BFE
Black with #AF3BFE
Text Example
Text Example
White with #AF3BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3BFE; }
p { color: rgb(175,59,254); }
H1.HeaderClassName
{
color: #AF3BFE;
}
.AnyTagClassName
{
color: #AF3BFE;
}
</style>
background-color css
<style>
a { background-color: #AF3BFE; }
a { background-color: rgb(175,59,254); }
div.DivClassName
{
background-color: #AF3BFE;
}
.BgClassName
{
background-color: #AF3BFE;
}
</style>
border-color css
<style>
span { border-color: #AF3BFE; }
span { border-color: rgb(175,59,254); }
td.TdClassName
{
border-color: #AF3BFE;
}
.TagClassName
{
border-color: #AF3BFE;
}
</style>