Shades of Blue Violet #A725FE
Tints of Blue Violet #A725FE
RGB
CMYK
RGB Variations
Color information
#A725FE (or 0xA725FE) is known color: Blue Violet. HEX triplet: A7, 25 and FE. RGB value is (167,37,254). Sum of RGB (Red+Green+Blue) = 167+37+254=458 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.46% from 458); Green value is 37 (14.84% from 255 or 8.08% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #A725FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A725FE is #58DA01. Grayscale: #636363. Windows color (decimal): -5822978 or 16655783. OLE color: 16655783.
HSL color Cylindrical-coordinate representation of color #A725FE: hue angle of 275.94º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A725FE is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 167 | 37 | 254 | - |
| CMYK | 0.34 | 0.85 | 0 | 0.00 |
| HSL | 275.94º | 0.99% | 0.57% | - |
| HSV(B) | 275.94º | 0.85% | 1% | - |
| XYZ | 34.49 | 16.69 | 95.17 | - |
| YUV | 100.61 | 214.57 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 37 | 254 | 0.34 | 0.85 | 0 | 0.00 | 275.94 | 0.99 | 0.57 |
| Hex | A7 | 25 | FE | 22 | 55 | 0 | 0 | 114 | 63 | 39 |
| Octal | 247 | 45 | 376 | 42 | 125 | 0 | 0 | 424 | 143 | 71 |
| Binary | 10100111 | 100101 | 11111110 | 100010 | 1010101 | 0 | 0 | 100010100 | 1100011 | 111001 |
Color Harmonies of #A725FE
Complementary color
Monochromatic Colors of #A725FE
Black with #A725FE
Text Example
Text Example
White with #A725FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A725FE; }
p { color: rgb(167,37,254); }
H1.HeaderClassName
{
color: #A725FE;
}
.AnyTagClassName
{
color: #A725FE;
}
</style>
background-color css
<style>
a { background-color: #A725FE; }
a { background-color: rgb(167,37,254); }
div.DivClassName
{
background-color: #A725FE;
}
.BgClassName
{
background-color: #A725FE;
}
</style>
border-color css
<style>
span { border-color: #A725FE; }
span { border-color: rgb(167,37,254); }
td.TdClassName
{
border-color: #A725FE;
}
.TagClassName
{
border-color: #A725FE;
}
</style>