Shades of Blue Violet #A725ED
Tints of Blue Violet #A725ED
RGB
CMYK
RGB Variations
Color information
#A725ED (or 0xA725ED) is known color: Blue Violet. HEX triplet: A7, 25 and ED. RGB value is (167,37,237). Sum of RGB (Red+Green+Blue) = 167+37+237=441 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.87% from 441); Green value is 37 (14.84% from 255 or 8.39% from 441); Blue value is 237 (92.97% from 255 or 53.74% from 441); Max value from RGB is 237 - color contains mainly: blue. Hex color #A725ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A725ED is #58DA12. Grayscale: #626262. Windows color (decimal): -5822995 or 15541671. OLE color: 15541671.
HSL color Cylindrical-coordinate representation of color #A725ED: hue angle of 279º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A725ED is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 37 | 237 | - |
| CMYK | 0.30 | 0.84 | 0 | 0.07 |
| HSL | 279º | 0.85% | 0.54% | - |
| HSV(B) | 279º | 0.84% | 0.93% | - |
| XYZ | 31.88 | 15.65 | 81.46 | - |
| YUV | 98.67 | 206.07 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 37 | 237 | 0.30 | 0.84 | 0 | 0.07 | 279 | 0.85 | 0.54 |
| Hex | A7 | 25 | ED | 1E | 54 | 0 | 7 | 117 | 55 | 36 |
| Octal | 247 | 45 | 355 | 36 | 124 | 0 | 7 | 427 | 125 | 66 |
| Binary | 10100111 | 100101 | 11101101 | 11110 | 1010100 | 0 | 111 | 100010111 | 1010101 | 110110 |
Color Harmonies of #A725ED
Complementary color
Monochromatic Colors of #A725ED
Black with #A725ED
Text Example
Text Example
White with #A725ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A725ED; }
p { color: rgb(167,37,237); }
H1.HeaderClassName
{
color: #A725ED;
}
.AnyTagClassName
{
color: #A725ED;
}
</style>
background-color css
<style>
a { background-color: #A725ED; }
a { background-color: rgb(167,37,237); }
div.DivClassName
{
background-color: #A725ED;
}
.BgClassName
{
background-color: #A725ED;
}
</style>
border-color css
<style>
span { border-color: #A725ED; }
span { border-color: rgb(167,37,237); }
td.TdClassName
{
border-color: #A725ED;
}
.TagClassName
{
border-color: #A725ED;
}
</style>