Shades of Blue Violet #A728FD
Tints of Blue Violet #A728FD
RGB
CMYK
RGB Variations
Color information
#A728FD (or 0xA728FD) is known color: Blue Violet. HEX triplet: A7, 28 and FD. RGB value is (167,40,253). Sum of RGB (Red+Green+Blue) = 167+40+253=460 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.30% from 460); Green value is 40 (16.02% from 255 or 8.70% from 460); Blue value is 253 (99.22% from 255 or 55% from 460); Max value from RGB is 253 - color contains mainly: blue. Hex color #A728FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A728FD is #58D702. Grayscale: #656565. Windows color (decimal): -5822211 or 16591015. OLE color: 16591015.
HSL color Cylindrical-coordinate representation of color #A728FD: hue angle of 275.77º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A728FD is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 167 | 40 | 253 | - |
| CMYK | 0.34 | 0.84 | 0 | 0.01 |
| HSL | 275.77º | 0.98% | 0.57% | - |
| HSV(B) | 275.77º | 0.84% | 0.99% | - |
| XYZ | 34.42 | 16.82 | 94.36 | - |
| YUV | 102.26 | 213.08 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 40 | 253 | 0.34 | 0.84 | 0 | 0.01 | 275.77 | 0.98 | 0.57 |
| Hex | A7 | 28 | FD | 22 | 54 | 0 | 1 | 114 | 62 | 39 |
| Octal | 247 | 50 | 375 | 42 | 124 | 0 | 1 | 424 | 142 | 71 |
| Binary | 10100111 | 101000 | 11111101 | 100010 | 1010100 | 0 | 1 | 100010100 | 1100010 | 111001 |
Color Harmonies of #A728FD
Complementary color
Monochromatic Colors of #A728FD
Black with #A728FD
Text Example
Text Example
White with #A728FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A728FD; }
p { color: rgb(167,40,253); }
H1.HeaderClassName
{
color: #A728FD;
}
.AnyTagClassName
{
color: #A728FD;
}
</style>
background-color css
<style>
a { background-color: #A728FD; }
a { background-color: rgb(167,40,253); }
div.DivClassName
{
background-color: #A728FD;
}
.BgClassName
{
background-color: #A728FD;
}
</style>
border-color css
<style>
span { border-color: #A728FD; }
span { border-color: rgb(167,40,253); }
td.TdClassName
{
border-color: #A728FD;
}
.TagClassName
{
border-color: #A728FD;
}
</style>