Shades of Blue Violet #AF2CFE
Tints of Blue Violet #AF2CFE
RGB
CMYK
RGB Variations
Color information
#AF2CFE (or 0xAF2CFE) is known color: Blue Violet. HEX triplet: AF, 2C and FE. RGB value is (175,44,254). Sum of RGB (Red+Green+Blue) = 175+44+254=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 44 (17.58% from 255 or 9.30% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF2CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF2CFE is #50D301. Grayscale: #6A6A6A. Windows color (decimal): -5296898 or 16657583. OLE color: 16657583.
HSL color Cylindrical-coordinate representation of color #AF2CFE: hue angle of 277.43º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF2CFE is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 44 | 254 | - |
| CMYK | 0.31 | 0.83 | 0 | 0.00 |
| HSL | 277.43º | 0.99% | 0.58% | - |
| HSV(B) | 277.43º | 0.83% | 1% | - |
| XYZ | 36.47 | 18.07 | 95.33 | - |
| YUV | 107.11 | 210.9 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 44 | 254 | 0.31 | 0.83 | 0 | 0.00 | 277.43 | 0.99 | 0.58 |
| Hex | AF | 2C | FE | 1F | 53 | 0 | 0 | 115 | 63 | 3A |
| Octal | 257 | 54 | 376 | 37 | 123 | 0 | 0 | 425 | 143 | 72 |
| Binary | 10101111 | 101100 | 11111110 | 11111 | 1010011 | 0 | 0 | 100010101 | 1100011 | 111010 |
Color Harmonies of #AF2CFE
Complementary color
Monochromatic Colors of #AF2CFE
Black with #AF2CFE
Text Example
Text Example
White with #AF2CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2CFE; }
p { color: rgb(175,44,254); }
H1.HeaderClassName
{
color: #AF2CFE;
}
.AnyTagClassName
{
color: #AF2CFE;
}
</style>
background-color css
<style>
a { background-color: #AF2CFE; }
a { background-color: rgb(175,44,254); }
div.DivClassName
{
background-color: #AF2CFE;
}
.BgClassName
{
background-color: #AF2CFE;
}
</style>
border-color css
<style>
span { border-color: #AF2CFE; }
span { border-color: rgb(175,44,254); }
td.TdClassName
{
border-color: #AF2CFE;
}
.TagClassName
{
border-color: #AF2CFE;
}
</style>