Shades of Blue Violet #A245FD
Tints of Blue Violet #A245FD
RGB
CMYK
RGB Variations
Color information
#A245FD (or 0xA245FD) is known color: Blue Violet. HEX triplet: A2, 45 and FD. RGB value is (162,69,253). Sum of RGB (Red+Green+Blue) = 162+69+253=484 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.47% from 484); Green value is 69 (27.34% from 255 or 14.26% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #A245FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A245FD is #5DBA02. Grayscale: #757575. Windows color (decimal): -6142467 or 16598434. OLE color: 16598434.
HSL color Cylindrical-coordinate representation of color #A245FD: hue angle of 270.33º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A245FD is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 69 | 253 | - |
| CMYK | 0.36 | 0.73 | 0 | 0.01 |
| HSL | 270.33º | 0.98% | 0.63% | - |
| HSV(B) | 270.33º | 0.73% | 0.99% | - |
| XYZ | 34.76 | 19.03 | 94.77 | - |
| YUV | 117.78 | 204.31 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 69 | 253 | 0.36 | 0.73 | 0 | 0.01 | 270.33 | 0.98 | 0.63 |
| Hex | A2 | 45 | FD | 24 | 49 | 0 | 1 | 10E | 62 | 3F |
| Octal | 242 | 105 | 375 | 44 | 111 | 0 | 1 | 416 | 142 | 77 |
| Binary | 10100010 | 1000101 | 11111101 | 100100 | 1001001 | 0 | 1 | 100001110 | 1100010 | 111111 |
Color Harmonies of #A245FD
Complementary color
Monochromatic Colors of #A245FD
Black with #A245FD
Text Example
Text Example
White with #A245FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A245FD; }
p { color: rgb(162,69,253); }
H1.HeaderClassName
{
color: #A245FD;
}
.AnyTagClassName
{
color: #A245FD;
}
</style>
background-color css
<style>
a { background-color: #A245FD; }
a { background-color: rgb(162,69,253); }
div.DivClassName
{
background-color: #A245FD;
}
.BgClassName
{
background-color: #A245FD;
}
</style>
border-color css
<style>
span { border-color: #A245FD; }
span { border-color: rgb(162,69,253); }
td.TdClassName
{
border-color: #A245FD;
}
.TagClassName
{
border-color: #A245FD;
}
</style>