Shades of Blue Violet #A728FE
Tints of Blue Violet #A728FE
RGB
CMYK
RGB Variations
Color information
#A728FE (or 0xA728FE) is known color: Blue Violet. HEX triplet: A7, 28 and FE. RGB value is (167,40,254). Sum of RGB (Red+Green+Blue) = 167+40+254=461 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.23% from 461); Green value is 40 (16.02% from 255 or 8.68% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #A728FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A728FE is #58D701. Grayscale: #656565. Windows color (decimal): -5822210 or 16656551. OLE color: 16656551.
HSL color Cylindrical-coordinate representation of color #A728FE: hue angle of 275.61º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A728FE is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 167 | 40 | 254 | - |
| CMYK | 0.34 | 0.84 | 0 | 0.00 |
| HSL | 275.61º | 0.99% | 0.58% | - |
| HSV(B) | 275.61º | 0.84% | 1% | - |
| XYZ | 34.58 | 16.89 | 95.2 | - |
| YUV | 102.37 | 213.58 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 40 | 254 | 0.34 | 0.84 | 0 | 0.00 | 275.61 | 0.99 | 0.58 |
| Hex | A7 | 28 | FE | 22 | 54 | 0 | 0 | 114 | 63 | 3A |
| Octal | 247 | 50 | 376 | 42 | 124 | 0 | 0 | 424 | 143 | 72 |
| Binary | 10100111 | 101000 | 11111110 | 100010 | 1010100 | 0 | 0 | 100010100 | 1100011 | 111010 |
Color Harmonies of #A728FE
Complementary color
Monochromatic Colors of #A728FE
Black with #A728FE
Text Example
Text Example
White with #A728FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A728FE; }
p { color: rgb(167,40,254); }
H1.HeaderClassName
{
color: #A728FE;
}
.AnyTagClassName
{
color: #A728FE;
}
</style>
background-color css
<style>
a { background-color: #A728FE; }
a { background-color: rgb(167,40,254); }
div.DivClassName
{
background-color: #A728FE;
}
.BgClassName
{
background-color: #A728FE;
}
</style>
border-color css
<style>
span { border-color: #A728FE; }
span { border-color: rgb(167,40,254); }
td.TdClassName
{
border-color: #A728FE;
}
.TagClassName
{
border-color: #A728FE;
}
</style>