Shades of Blue Violet #AF26F2
Tints of Blue Violet #AF26F2
RGB
CMYK
RGB Variations
Color information
#AF26F2 (or 0xAF26F2) is known color: Blue Violet. HEX triplet: AF, 26 and F2. RGB value is (175,38,242). Sum of RGB (Red+Green+Blue) = 175+38+242=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 38 (15.23% from 255 or 8.35% from 455); Blue value is 242 (94.92% from 255 or 53.19% from 455); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF26F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF26F2 is #50D90D. Grayscale: #656565. Windows color (decimal): -5298446 or 15869615. OLE color: 15869615.
HSL color Cylindrical-coordinate representation of color #AF26F2: hue angle of 280.29º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF26F2 is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 38 | 242 | - |
| CMYK | 0.28 | 0.84 | 0 | 0.05 |
| HSL | 280.29º | 0.89% | 0.55% | - |
| HSV(B) | 280.29º | 0.84% | 0.95% | - |
| XYZ | 34.4 | 16.91 | 85.46 | - |
| YUV | 102.22 | 206.89 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 38 | 242 | 0.28 | 0.84 | 0 | 0.05 | 280.29 | 0.89 | 0.55 |
| Hex | AF | 26 | F2 | 1C | 54 | 0 | 5 | 118 | 59 | 37 |
| Octal | 257 | 46 | 362 | 34 | 124 | 0 | 5 | 430 | 131 | 67 |
| Binary | 10101111 | 100110 | 11110010 | 11100 | 1010100 | 0 | 101 | 100011000 | 1011001 | 110111 |
Color Harmonies of #AF26F2
Complementary color
Monochromatic Colors of #AF26F2
Black with #AF26F2
Text Example
Text Example
White with #AF26F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF26F2; }
p { color: rgb(175,38,242); }
H1.HeaderClassName
{
color: #AF26F2;
}
.AnyTagClassName
{
color: #AF26F2;
}
</style>
background-color css
<style>
a { background-color: #AF26F2; }
a { background-color: rgb(175,38,242); }
div.DivClassName
{
background-color: #AF26F2;
}
.BgClassName
{
background-color: #AF26F2;
}
</style>
border-color css
<style>
span { border-color: #AF26F2; }
span { border-color: rgb(175,38,242); }
td.TdClassName
{
border-color: #AF26F2;
}
.TagClassName
{
border-color: #AF26F2;
}
</style>