Shades of Blue Violet #A21BFF
Tints of Blue Violet #A21BFF
RGB
CMYK
RGB Variations
Color information
#A21BFF (or 0xA21BFF) is known color: Blue Violet. HEX triplet: A2, 1B and FF. RGB value is (162,27,255). Sum of RGB (Red+Green+Blue) = 162+27+255=444 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.49% from 444); Green value is 27 (10.94% from 255 or 6.08% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #A21BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A21BFF is #5DE400. Grayscale: #5C5C5C. Windows color (decimal): -6153217 or 16718754. OLE color: 16718754.
HSL color Cylindrical-coordinate representation of color #A21BFF: hue angle of 275.53º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A21BFF is Cyan = 0.36, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 27 | 255 | - |
| CMYK | 0.36 | 0.89 | 0 | 0 |
| HSL | 275.53º | 1% | 0.55% | - |
| HSV(B) | 275.53º | 0.89% | 1% | - |
| XYZ | 33.34 | 15.69 | 95.88 | - |
| YUV | 93.36 | 219.23 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 27 | 255 | 0.36 | 0.89 | 0 | 0 | 275.53 | 1 | 0.55 |
| Hex | A2 | 1B | FF | 24 | 59 | 0 | 0 | 114 | 64 | 37 |
| Octal | 242 | 33 | 377 | 44 | 131 | 0 | 0 | 424 | 144 | 67 |
| Binary | 10100010 | 11011 | 11111111 | 100100 | 1011001 | 0 | 0 | 100010100 | 1100100 | 110111 |
Color Harmonies of #A21BFF
Complementary color
Monochromatic Colors of #A21BFF
Black with #A21BFF
Text Example
Text Example
White with #A21BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21BFF; }
p { color: rgb(162,27,255); }
H1.HeaderClassName
{
color: #A21BFF;
}
.AnyTagClassName
{
color: #A21BFF;
}
</style>
background-color css
<style>
a { background-color: #A21BFF; }
a { background-color: rgb(162,27,255); }
div.DivClassName
{
background-color: #A21BFF;
}
.BgClassName
{
background-color: #A21BFF;
}
</style>
border-color css
<style>
span { border-color: #A21BFF; }
span { border-color: rgb(162,27,255); }
td.TdClassName
{
border-color: #A21BFF;
}
.TagClassName
{
border-color: #A21BFF;
}
</style>