Shades of Blue Violet #A525E7
Tints of Blue Violet #A525E7
RGB
CMYK
RGB Variations
Color information
#A525E7 (or 0xA525E7) is known color: Blue Violet. HEX triplet: A5, 25 and E7. RGB value is (165,37,231). Sum of RGB (Red+Green+Blue) = 165+37+231=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 37 (14.84% from 255 or 8.55% from 433); Blue value is 231 (90.62% from 255 or 53.35% from 433); Max value from RGB is 231 - color contains mainly: blue. Hex color #A525E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A525E7 is #5ADA18. Grayscale: #606060. Windows color (decimal): -5954073 or 15148453. OLE color: 15148453.
HSL color Cylindrical-coordinate representation of color #A525E7: hue angle of 279.59º degrees, saturation: 0.8, 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 #A525E7 is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 37 | 231 | - |
| CMYK | 0.29 | 0.84 | 0 | 0.09 |
| HSL | 279.59º | 0.8% | 0.53% | - |
| HSV(B) | 279.59º | 0.84% | 0.91% | - |
| XYZ | 30.6 | 15.09 | 76.9 | - |
| YUV | 97.39 | 203.41 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 37 | 231 | 0.29 | 0.84 | 0 | 0.09 | 279.59 | 0.8 | 0.53 |
| Hex | A5 | 25 | E7 | 1D | 54 | 0 | 9 | 118 | 50 | 35 |
| Octal | 245 | 45 | 347 | 35 | 124 | 0 | 11 | 430 | 120 | 65 |
| Binary | 10100101 | 100101 | 11100111 | 11101 | 1010100 | 0 | 1001 | 100011000 | 1010000 | 110101 |
Color Harmonies of #A525E7
Complementary color
Monochromatic Colors of #A525E7
Black with #A525E7
Text Example
Text Example
White with #A525E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A525E7; }
p { color: rgb(165,37,231); }
H1.HeaderClassName
{
color: #A525E7;
}
.AnyTagClassName
{
color: #A525E7;
}
</style>
background-color css
<style>
a { background-color: #A525E7; }
a { background-color: rgb(165,37,231); }
div.DivClassName
{
background-color: #A525E7;
}
.BgClassName
{
background-color: #A525E7;
}
</style>
border-color css
<style>
span { border-color: #A525E7; }
span { border-color: rgb(165,37,231); }
td.TdClassName
{
border-color: #A525E7;
}
.TagClassName
{
border-color: #A525E7;
}
</style>