Shades of Blue Violet #A421FE
Tints of Blue Violet #A421FE
RGB
CMYK
RGB Variations
Color information
#A421FE (or 0xA421FE) is known color: Blue Violet. HEX triplet: A4, 21 and FE. RGB value is (164,33,254). Sum of RGB (Red+Green+Blue) = 164+33+254=451 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.36% from 451); Green value is 33 (13.28% from 255 or 7.32% from 451); Blue value is 254 (99.61% from 255 or 56.32% from 451); Max value from RGB is 254 - color contains mainly: blue. Hex color #A421FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A421FE is #5BDE01. Grayscale: #606060. Windows color (decimal): -6020610 or 16654756. OLE color: 16654756.
HSL color Cylindrical-coordinate representation of color #A421FE: hue angle of 275.57º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A421FE is Cyan = 0.35, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 33 | 254 | - |
| CMYK | 0.35 | 0.87 | 0 | 0.00 |
| HSL | 275.57º | 0.99% | 0.56% | - |
| HSV(B) | 275.57º | 0.87% | 1% | - |
| XYZ | 33.74 | 16.14 | 95.1 | - |
| YUV | 97.36 | 216.4 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 33 | 254 | 0.35 | 0.87 | 0 | 0.00 | 275.57 | 0.99 | 0.56 |
| Hex | A4 | 21 | FE | 23 | 57 | 0 | 0 | 114 | 63 | 38 |
| Octal | 244 | 41 | 376 | 43 | 127 | 0 | 0 | 424 | 143 | 70 |
| Binary | 10100100 | 100001 | 11111110 | 100011 | 1010111 | 0 | 0 | 100010100 | 1100011 | 111000 |
Color Harmonies of #A421FE
Complementary color
Monochromatic Colors of #A421FE
Black with #A421FE
Text Example
Text Example
White with #A421FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A421FE; }
p { color: rgb(164,33,254); }
H1.HeaderClassName
{
color: #A421FE;
}
.AnyTagClassName
{
color: #A421FE;
}
</style>
background-color css
<style>
a { background-color: #A421FE; }
a { background-color: rgb(164,33,254); }
div.DivClassName
{
background-color: #A421FE;
}
.BgClassName
{
background-color: #A421FE;
}
</style>
border-color css
<style>
span { border-color: #A421FE; }
span { border-color: rgb(164,33,254); }
td.TdClassName
{
border-color: #A421FE;
}
.TagClassName
{
border-color: #A421FE;
}
</style>