Shades of Blue Violet #A321FD
Tints of Blue Violet #A321FD
RGB
CMYK
RGB Variations
Color information
#A321FD (or 0xA321FD) is known color: Blue Violet. HEX triplet: A3, 21 and FD. RGB value is (163,33,253). Sum of RGB (Red+Green+Blue) = 163+33+253=449 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.30% from 449); Green value is 33 (13.28% from 255 or 7.35% from 449); Blue value is 253 (99.22% from 255 or 56.35% from 449); Max value from RGB is 253 - color contains mainly: blue. Hex color #A321FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A321FD is #5CDE02. Grayscale: #606060. Windows color (decimal): -6086147 or 16589219. OLE color: 16589219.
HSL color Cylindrical-coordinate representation of color #A321FD: hue angle of 275.45º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A321FD is Cyan = 0.36, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 33 | 253 | - |
| CMYK | 0.36 | 0.87 | 0 | 0.01 |
| HSL | 275.45º | 0.98% | 0.56% | - |
| HSV(B) | 275.45º | 0.87% | 0.99% | - |
| XYZ | 33.38 | 15.97 | 94.25 | - |
| YUV | 96.95 | 216.07 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 33 | 253 | 0.36 | 0.87 | 0 | 0.01 | 275.45 | 0.98 | 0.56 |
| Hex | A3 | 21 | FD | 24 | 57 | 0 | 1 | 113 | 62 | 38 |
| Octal | 243 | 41 | 375 | 44 | 127 | 0 | 1 | 423 | 142 | 70 |
| Binary | 10100011 | 100001 | 11111101 | 100100 | 1010111 | 0 | 1 | 100010011 | 1100010 | 111000 |
Color Harmonies of #A321FD
Complementary color
Monochromatic Colors of #A321FD
Black with #A321FD
Text Example
Text Example
White with #A321FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A321FD; }
p { color: rgb(163,33,253); }
H1.HeaderClassName
{
color: #A321FD;
}
.AnyTagClassName
{
color: #A321FD;
}
</style>
background-color css
<style>
a { background-color: #A321FD; }
a { background-color: rgb(163,33,253); }
div.DivClassName
{
background-color: #A321FD;
}
.BgClassName
{
background-color: #A321FD;
}
</style>
border-color css
<style>
span { border-color: #A321FD; }
span { border-color: rgb(163,33,253); }
td.TdClassName
{
border-color: #A321FD;
}
.TagClassName
{
border-color: #A321FD;
}
</style>