Shades of Blue Violet #A825E9
Tints of Blue Violet #A825E9
RGB
CMYK
RGB Variations
Color information
#A825E9 (or 0xA825E9) is known color: Blue Violet. HEX triplet: A8, 25 and E9. RGB value is (168,37,233). Sum of RGB (Red+Green+Blue) = 168+37+233=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 37 (14.84% from 255 or 8.45% from 438); Blue value is 233 (91.41% from 255 or 53.20% from 438); Max value from RGB is 233 - color contains mainly: blue. Hex color #A825E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A825E9 is #57DA16. Grayscale: #616161. Windows color (decimal): -5757463 or 15279528. OLE color: 15279528.
HSL color Cylindrical-coordinate representation of color #A825E9: hue angle of 280.1º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A825E9 is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 37 | 233 | - |
| CMYK | 0.28 | 0.84 | 0 | 0.09 |
| HSL | 280.1º | 0.82% | 0.53% | - |
| HSV(B) | 280.1º | 0.84% | 0.91% | - |
| XYZ | 31.52 | 15.53 | 78.43 | - |
| YUV | 98.51 | 203.9 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 37 | 233 | 0.28 | 0.84 | 0 | 0.09 | 280.1 | 0.82 | 0.53 |
| Hex | A8 | 25 | E9 | 1C | 54 | 0 | 9 | 118 | 52 | 35 |
| Octal | 250 | 45 | 351 | 34 | 124 | 0 | 11 | 430 | 122 | 65 |
| Binary | 10101000 | 100101 | 11101001 | 11100 | 1010100 | 0 | 1001 | 100011000 | 1010010 | 110101 |
Color Harmonies of #A825E9
Complementary color
Monochromatic Colors of #A825E9
Black with #A825E9
Text Example
Text Example
White with #A825E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A825E9; }
p { color: rgb(168,37,233); }
H1.HeaderClassName
{
color: #A825E9;
}
.AnyTagClassName
{
color: #A825E9;
}
</style>
background-color css
<style>
a { background-color: #A825E9; }
a { background-color: rgb(168,37,233); }
div.DivClassName
{
background-color: #A825E9;
}
.BgClassName
{
background-color: #A825E9;
}
</style>
border-color css
<style>
span { border-color: #A825E9; }
span { border-color: rgb(168,37,233); }
td.TdClassName
{
border-color: #A825E9;
}
.TagClassName
{
border-color: #A825E9;
}
</style>