Shades of Blue Violet #A525FD
Tints of Blue Violet #A525FD
RGB
CMYK
RGB Variations
Color information
#A525FD (or 0xA525FD) is known color: Blue Violet. HEX triplet: A5, 25 and FD. RGB value is (165,37,253). Sum of RGB (Red+Green+Blue) = 165+37+253=455 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.26% from 455); Green value is 37 (14.84% from 255 or 8.13% from 455); Blue value is 253 (99.22% from 255 or 55.60% from 455); Max value from RGB is 253 - color contains mainly: blue. Hex color #A525FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A525FD is #5ADA02. Grayscale: #636363. Windows color (decimal): -5954051 or 16590245. OLE color: 16590245.
HSL color Cylindrical-coordinate representation of color #A525FD: hue angle of 275.56º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A525FD is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 37 | 253 | - |
| CMYK | 0.35 | 0.85 | 0 | 0.01 |
| HSL | 275.56º | 0.98% | 0.57% | - |
| HSV(B) | 275.56º | 0.85% | 0.99% | - |
| XYZ | 33.91 | 16.41 | 94.31 | - |
| YUV | 99.9 | 214.41 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 37 | 253 | 0.35 | 0.85 | 0 | 0.01 | 275.56 | 0.98 | 0.57 |
| Hex | A5 | 25 | FD | 23 | 55 | 0 | 1 | 114 | 62 | 39 |
| Octal | 245 | 45 | 375 | 43 | 125 | 0 | 1 | 424 | 142 | 71 |
| Binary | 10100101 | 100101 | 11111101 | 100011 | 1010101 | 0 | 1 | 100010100 | 1100010 | 111001 |
Color Harmonies of #A525FD
Complementary color
Monochromatic Colors of #A525FD
Black with #A525FD
Text Example
Text Example
White with #A525FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A525FD; }
p { color: rgb(165,37,253); }
H1.HeaderClassName
{
color: #A525FD;
}
.AnyTagClassName
{
color: #A525FD;
}
</style>
background-color css
<style>
a { background-color: #A525FD; }
a { background-color: rgb(165,37,253); }
div.DivClassName
{
background-color: #A525FD;
}
.BgClassName
{
background-color: #A525FD;
}
</style>
border-color css
<style>
span { border-color: #A525FD; }
span { border-color: rgb(165,37,253); }
td.TdClassName
{
border-color: #A525FD;
}
.TagClassName
{
border-color: #A525FD;
}
</style>