Shades of Blue Violet #AF2BF2
Tints of Blue Violet #AF2BF2
RGB
CMYK
RGB Variations
Color information
#AF2BF2 (or 0xAF2BF2) is known color: Blue Violet. HEX triplet: AF, 2B and F2. RGB value is (175,43,242). Sum of RGB (Red+Green+Blue) = 175+43+242=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 43 (17.19% from 255 or 9.35% from 460); Blue value is 242 (94.92% from 255 or 52.61% from 460); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF2BF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF2BF2 is #50D40D. Grayscale: #686868. Windows color (decimal): -5297166 or 15870895. OLE color: 15870895.
HSL color Cylindrical-coordinate representation of color #AF2BF2: hue angle of 279.8º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF2BF2 is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 43 | 242 | - |
| CMYK | 0.28 | 0.82 | 0 | 0.05 |
| HSL | 279.8º | 0.88% | 0.56% | - |
| HSV(B) | 279.8º | 0.82% | 0.95% | - |
| XYZ | 34.57 | 17.25 | 85.51 | - |
| YUV | 105.15 | 205.23 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 43 | 242 | 0.28 | 0.82 | 0 | 0.05 | 279.8 | 0.88 | 0.56 |
| Hex | AF | 2B | F2 | 1C | 52 | 0 | 5 | 118 | 58 | 38 |
| Octal | 257 | 53 | 362 | 34 | 122 | 0 | 5 | 430 | 130 | 70 |
| Binary | 10101111 | 101011 | 11110010 | 11100 | 1010010 | 0 | 101 | 100011000 | 1011000 | 111000 |
Color Harmonies of #AF2BF2
Complementary color
Monochromatic Colors of #AF2BF2
Black with #AF2BF2
Text Example
Text Example
White with #AF2BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2BF2; }
p { color: rgb(175,43,242); }
H1.HeaderClassName
{
color: #AF2BF2;
}
.AnyTagClassName
{
color: #AF2BF2;
}
</style>
background-color css
<style>
a { background-color: #AF2BF2; }
a { background-color: rgb(175,43,242); }
div.DivClassName
{
background-color: #AF2BF2;
}
.BgClassName
{
background-color: #AF2BF2;
}
</style>
border-color css
<style>
span { border-color: #AF2BF2; }
span { border-color: rgb(175,43,242); }
td.TdClassName
{
border-color: #AF2BF2;
}
.TagClassName
{
border-color: #AF2BF2;
}
</style>