Shades of Blue Violet #AF2CFD
Tints of Blue Violet #AF2CFD
RGB
CMYK
RGB Variations
Color information
#AF2CFD (or 0xAF2CFD) is known color: Blue Violet. HEX triplet: AF, 2C and FD. RGB value is (175,44,253). Sum of RGB (Red+Green+Blue) = 175+44+253=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 44 (17.58% from 255 or 9.32% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF2CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF2CFD is #50D302. Grayscale: #6A6A6A. Windows color (decimal): -5296899 or 16592047. OLE color: 16592047.
HSL color Cylindrical-coordinate representation of color #AF2CFD: hue angle of 277.61º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF2CFD is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 44 | 253 | - |
| CMYK | 0.31 | 0.83 | 0 | 0.01 |
| HSL | 277.61º | 0.98% | 0.58% | - |
| HSV(B) | 277.61º | 0.83% | 0.99% | - |
| XYZ | 36.31 | 18.01 | 94.49 | - |
| YUV | 107 | 210.4 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 44 | 253 | 0.31 | 0.83 | 0 | 0.01 | 277.61 | 0.98 | 0.58 |
| Hex | AF | 2C | FD | 1F | 53 | 0 | 1 | 116 | 62 | 3A |
| Octal | 257 | 54 | 375 | 37 | 123 | 0 | 1 | 426 | 142 | 72 |
| Binary | 10101111 | 101100 | 11111101 | 11111 | 1010011 | 0 | 1 | 100010110 | 1100010 | 111010 |
Color Harmonies of #AF2CFD
Complementary color
Monochromatic Colors of #AF2CFD
Black with #AF2CFD
Text Example
Text Example
White with #AF2CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2CFD; }
p { color: rgb(175,44,253); }
H1.HeaderClassName
{
color: #AF2CFD;
}
.AnyTagClassName
{
color: #AF2CFD;
}
</style>
background-color css
<style>
a { background-color: #AF2CFD; }
a { background-color: rgb(175,44,253); }
div.DivClassName
{
background-color: #AF2CFD;
}
.BgClassName
{
background-color: #AF2CFD;
}
</style>
border-color css
<style>
span { border-color: #AF2CFD; }
span { border-color: rgb(175,44,253); }
td.TdClassName
{
border-color: #AF2CFD;
}
.TagClassName
{
border-color: #AF2CFD;
}
</style>