Shades of Blue Violet #A145FD
Tints of Blue Violet #A145FD
RGB
CMYK
RGB Variations
Color information
#A145FD (or 0xA145FD) is known color: Blue Violet. HEX triplet: A1, 45 and FD. RGB value is (161,69,253). Sum of RGB (Red+Green+Blue) = 161+69+253=483 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.33% from 483); Green value is 69 (27.34% from 255 or 14.29% from 483); Blue value is 253 (99.22% from 255 or 52.38% from 483); Max value from RGB is 253 - color contains mainly: blue. Hex color #A145FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A145FD is #5EBA02. Grayscale: #747474. Windows color (decimal): -6208003 or 16598433. OLE color: 16598433.
HSL color Cylindrical-coordinate representation of color #A145FD: hue angle of 270º 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 #A145FD is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 69 | 253 | - |
| CMYK | 0.36 | 0.73 | 0 | 0.01 |
| HSL | 270º | 0.98% | 0.63% | - |
| HSV(B) | 270º | 0.73% | 0.99% | - |
| XYZ | 34.56 | 18.93 | 94.76 | - |
| YUV | 117.48 | 204.48 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 69 | 253 | 0.36 | 0.73 | 0 | 0.01 | 270 | 0.98 | 0.63 |
| Hex | A1 | 45 | FD | 24 | 49 | 0 | 1 | 10E | 62 | 3F |
| Octal | 241 | 105 | 375 | 44 | 111 | 0 | 1 | 416 | 142 | 77 |
| Binary | 10100001 | 1000101 | 11111101 | 100100 | 1001001 | 0 | 1 | 100001110 | 1100010 | 111111 |
Color Harmonies of #A145FD
Complementary color
Monochromatic Colors of #A145FD
Black with #A145FD
Text Example
Text Example
White with #A145FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A145FD; }
p { color: rgb(161,69,253); }
H1.HeaderClassName
{
color: #A145FD;
}
.AnyTagClassName
{
color: #A145FD;
}
</style>
background-color css
<style>
a { background-color: #A145FD; }
a { background-color: rgb(161,69,253); }
div.DivClassName
{
background-color: #A145FD;
}
.BgClassName
{
background-color: #A145FD;
}
</style>
border-color css
<style>
span { border-color: #A145FD; }
span { border-color: rgb(161,69,253); }
td.TdClassName
{
border-color: #A145FD;
}
.TagClassName
{
border-color: #A145FD;
}
</style>