Shades of Blue Violet #AF2DF3
Tints of Blue Violet #AF2DF3
RGB
CMYK
RGB Variations
Color information
#AF2DF3 (or 0xAF2DF3) is known color: Blue Violet. HEX triplet: AF, 2D and F3. RGB value is (175,45,243). Sum of RGB (Red+Green+Blue) = 175+45+243=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 45 (17.97% from 255 or 9.72% from 463); Blue value is 243 (95.31% from 255 or 52.48% from 463); Max value from RGB is 243 - color contains mainly: blue. Hex color #AF2DF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF2DF3 is #50D20C. Grayscale: #696969. Windows color (decimal): -5296653 or 15936943. OLE color: 15936943.
HSL color Cylindrical-coordinate representation of color #AF2DF3: hue angle of 279.39º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF2DF3 is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 45 | 243 | - |
| CMYK | 0.28 | 0.81 | 0 | 0.05 |
| HSL | 279.39º | 0.89% | 0.56% | - |
| HSV(B) | 279.39º | 0.81% | 0.95% | - |
| XYZ | 34.8 | 17.46 | 86.33 | - |
| YUV | 106.44 | 205.07 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 45 | 243 | 0.28 | 0.81 | 0 | 0.05 | 279.39 | 0.89 | 0.56 |
| Hex | AF | 2D | F3 | 1C | 51 | 0 | 5 | 117 | 59 | 38 |
| Octal | 257 | 55 | 363 | 34 | 121 | 0 | 5 | 427 | 131 | 70 |
| Binary | 10101111 | 101101 | 11110011 | 11100 | 1010001 | 0 | 101 | 100010111 | 1011001 | 111000 |
Color Harmonies of #AF2DF3
Complementary color
Monochromatic Colors of #AF2DF3
Black with #AF2DF3
Text Example
Text Example
White with #AF2DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2DF3; }
p { color: rgb(175,45,243); }
H1.HeaderClassName
{
color: #AF2DF3;
}
.AnyTagClassName
{
color: #AF2DF3;
}
</style>
background-color css
<style>
a { background-color: #AF2DF3; }
a { background-color: rgb(175,45,243); }
div.DivClassName
{
background-color: #AF2DF3;
}
.BgClassName
{
background-color: #AF2DF3;
}
</style>
border-color css
<style>
span { border-color: #AF2DF3; }
span { border-color: rgb(175,45,243); }
td.TdClassName
{
border-color: #AF2DF3;
}
.TagClassName
{
border-color: #AF2DF3;
}
</style>