Shades of Blue Violet #A525FF
Tints of Blue Violet #A525FF
RGB
CMYK
RGB Variations
Color information
#A525FF (or 0xA525FF) is known color: Blue Violet. HEX triplet: A5, 25 and FF. RGB value is (165,37,255). Sum of RGB (Red+Green+Blue) = 165+37+255=457 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.11% from 457); Green value is 37 (14.84% from 255 or 8.10% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #A525FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A525FF is #5ADA00. Grayscale: #636363. Windows color (decimal): -5954049 or 16721317. OLE color: 16721317.
HSL color Cylindrical-coordinate representation of color #A525FF: hue angle of 275.23º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A525FF is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 37 | 255 | - |
| CMYK | 0.35 | 0.85 | 0 | 0 |
| HSL | 275.23º | 1% | 0.57% | - |
| HSV(B) | 275.23º | 0.85% | 1% | - |
| XYZ | 34.23 | 16.54 | 96 | - |
| YUV | 100.12 | 215.41 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 37 | 255 | 0.35 | 0.85 | 0 | 0 | 275.23 | 1 | 0.57 |
| Hex | A5 | 25 | FF | 23 | 55 | 0 | 0 | 113 | 64 | 39 |
| Octal | 245 | 45 | 377 | 43 | 125 | 0 | 0 | 423 | 144 | 71 |
| Binary | 10100101 | 100101 | 11111111 | 100011 | 1010101 | 0 | 0 | 100010011 | 1100100 | 111001 |
Color Harmonies of #A525FF
Complementary color
Monochromatic Colors of #A525FF
Black with #A525FF
Text Example
Text Example
White with #A525FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A525FF; }
p { color: rgb(165,37,255); }
H1.HeaderClassName
{
color: #A525FF;
}
.AnyTagClassName
{
color: #A525FF;
}
</style>
background-color css
<style>
a { background-color: #A525FF; }
a { background-color: rgb(165,37,255); }
div.DivClassName
{
background-color: #A525FF;
}
.BgClassName
{
background-color: #A525FF;
}
</style>
border-color css
<style>
span { border-color: #A525FF; }
span { border-color: rgb(165,37,255); }
td.TdClassName
{
border-color: #A525FF;
}
.TagClassName
{
border-color: #A525FF;
}
</style>