Shades of Blue Violet #A825FD
Tints of Blue Violet #A825FD
RGB
CMYK
RGB Variations
Color information
#A825FD (or 0xA825FD) is known color: Blue Violet. HEX triplet: A8, 25 and FD. RGB value is (168,37,253). Sum of RGB (Red+Green+Blue) = 168+37+253=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 37 (14.84% from 255 or 8.08% from 458); Blue value is 253 (99.22% from 255 or 55.24% from 458); Max value from RGB is 253 - color contains mainly: blue. Hex color #A825FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A825FD is #57DA02. Grayscale: #646464. Windows color (decimal): -5757443 or 16590248. OLE color: 16590248.
HSL color Cylindrical-coordinate representation of color #A825FD: hue angle of 276.39º 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 #A825FD is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 37 | 253 | - |
| CMYK | 0.34 | 0.85 | 0 | 0.01 |
| HSL | 276.39º | 0.98% | 0.57% | - |
| HSV(B) | 276.39º | 0.85% | 0.99% | - |
| XYZ | 34.54 | 16.74 | 94.34 | - |
| YUV | 100.79 | 213.9 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 37 | 253 | 0.34 | 0.85 | 0 | 0.01 | 276.39 | 0.98 | 0.57 |
| Hex | A8 | 25 | FD | 22 | 55 | 0 | 1 | 114 | 62 | 39 |
| Octal | 250 | 45 | 375 | 42 | 125 | 0 | 1 | 424 | 142 | 71 |
| Binary | 10101000 | 100101 | 11111101 | 100010 | 1010101 | 0 | 1 | 100010100 | 1100010 | 111001 |
Color Harmonies of #A825FD
Complementary color
Monochromatic Colors of #A825FD
Black with #A825FD
Text Example
Text Example
White with #A825FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A825FD; }
p { color: rgb(168,37,253); }
H1.HeaderClassName
{
color: #A825FD;
}
.AnyTagClassName
{
color: #A825FD;
}
</style>
background-color css
<style>
a { background-color: #A825FD; }
a { background-color: rgb(168,37,253); }
div.DivClassName
{
background-color: #A825FD;
}
.BgClassName
{
background-color: #A825FD;
}
</style>
border-color css
<style>
span { border-color: #A825FD; }
span { border-color: rgb(168,37,253); }
td.TdClassName
{
border-color: #A825FD;
}
.TagClassName
{
border-color: #A825FD;
}
</style>