Shades of Blue Violet #AF25ED
Tints of Blue Violet #AF25ED
RGB
CMYK
RGB Variations
Color information
#AF25ED (or 0xAF25ED) is known color: Blue Violet. HEX triplet: AF, 25 and ED. RGB value is (175,37,237). Sum of RGB (Red+Green+Blue) = 175+37+237=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 37 (14.84% from 255 or 8.24% from 449); Blue value is 237 (92.97% from 255 or 52.78% from 449); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF25ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF25ED is #50DA12. Grayscale: #646464. Windows color (decimal): -5298707 or 15541679. OLE color: 15541679.
HSL color Cylindrical-coordinate representation of color #AF25ED: hue angle of 281.4º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF25ED is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 37 | 237 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.07 |
| HSL | 281.4º | 0.85% | 0.54% | - |
| HSV(B) | 281.4º | 0.84% | 0.93% | - |
| XYZ | 33.63 | 16.55 | 81.54 | - |
| YUV | 101.06 | 204.72 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 37 | 237 | 0.26 | 0.84 | 0 | 0.07 | 281.4 | 0.85 | 0.54 |
| Hex | AF | 25 | ED | 1A | 54 | 0 | 7 | 119 | 55 | 36 |
| Octal | 257 | 45 | 355 | 32 | 124 | 0 | 7 | 431 | 125 | 66 |
| Binary | 10101111 | 100101 | 11101101 | 11010 | 1010100 | 0 | 111 | 100011001 | 1010101 | 110110 |
Color Harmonies of #AF25ED
Complementary color
Monochromatic Colors of #AF25ED
Black with #AF25ED
Text Example
Text Example
White with #AF25ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF25ED; }
p { color: rgb(175,37,237); }
H1.HeaderClassName
{
color: #AF25ED;
}
.AnyTagClassName
{
color: #AF25ED;
}
</style>
background-color css
<style>
a { background-color: #AF25ED; }
a { background-color: rgb(175,37,237); }
div.DivClassName
{
background-color: #AF25ED;
}
.BgClassName
{
background-color: #AF25ED;
}
</style>
border-color css
<style>
span { border-color: #AF25ED; }
span { border-color: rgb(175,37,237); }
td.TdClassName
{
border-color: #AF25ED;
}
.TagClassName
{
border-color: #AF25ED;
}
</style>