Shades of Blue Violet #A143FD
Tints of Blue Violet #A143FD
RGB
CMYK
RGB Variations
Color information
#A143FD (or 0xA143FD) is known color: Blue Violet. HEX triplet: A1, 43 and FD. RGB value is (161,67,253). Sum of RGB (Red+Green+Blue) = 161+67+253=481 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.47% from 481); Green value is 67 (26.56% from 255 or 13.93% from 481); Blue value is 253 (99.22% from 255 or 52.60% from 481); Max value from RGB is 253 - color contains mainly: blue. Hex color #A143FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A143FD is #5EBC02. Grayscale: #737373. Windows color (decimal): -6208515 or 16597921. OLE color: 16597921.
HSL color Cylindrical-coordinate representation of color #A143FD: hue angle of 270.32º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A143FD is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 67 | 253 | - |
| CMYK | 0.36 | 0.74 | 0 | 0.01 |
| HSL | 270.32º | 0.98% | 0.63% | - |
| HSV(B) | 270.32º | 0.74% | 0.99% | - |
| XYZ | 34.43 | 18.68 | 94.72 | - |
| YUV | 116.31 | 205.14 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 67 | 253 | 0.36 | 0.74 | 0 | 0.01 | 270.32 | 0.98 | 0.63 |
| Hex | A1 | 43 | FD | 24 | 4A | 0 | 1 | 10E | 62 | 3F |
| Octal | 241 | 103 | 375 | 44 | 112 | 0 | 1 | 416 | 142 | 77 |
| Binary | 10100001 | 1000011 | 11111101 | 100100 | 1001010 | 0 | 1 | 100001110 | 1100010 | 111111 |
Color Harmonies of #A143FD
Complementary color
Monochromatic Colors of #A143FD
Black with #A143FD
Text Example
Text Example
White with #A143FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A143FD; }
p { color: rgb(161,67,253); }
H1.HeaderClassName
{
color: #A143FD;
}
.AnyTagClassName
{
color: #A143FD;
}
</style>
background-color css
<style>
a { background-color: #A143FD; }
a { background-color: rgb(161,67,253); }
div.DivClassName
{
background-color: #A143FD;
}
.BgClassName
{
background-color: #A143FD;
}
</style>
border-color css
<style>
span { border-color: #A143FD; }
span { border-color: rgb(161,67,253); }
td.TdClassName
{
border-color: #A143FD;
}
.TagClassName
{
border-color: #A143FD;
}
</style>