Shades of Blue Violet #A621FE
Tints of Blue Violet #A621FE
RGB
CMYK
RGB Variations
Color information
#A621FE (or 0xA621FE) is known color: Blue Violet. HEX triplet: A6, 21 and FE. RGB value is (166,33,254). Sum of RGB (Red+Green+Blue) = 166+33+254=453 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.64% from 453); Green value is 33 (13.28% from 255 or 7.28% from 453); Blue value is 254 (99.61% from 255 or 56.07% from 453); Max value from RGB is 254 - color contains mainly: blue. Hex color #A621FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A621FE is #59DE01. Grayscale: #616161. Windows color (decimal): -5889538 or 16654758. OLE color: 16654758.
HSL color Cylindrical-coordinate representation of color #A621FE: hue angle of 276.11º 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 #A621FE is Cyan = 0.35, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 33 | 254 | - |
| CMYK | 0.35 | 0.87 | 0 | 0.00 |
| HSL | 276.11º | 0.99% | 0.56% | - |
| HSV(B) | 276.11º | 0.87% | 1% | - |
| XYZ | 34.16 | 16.35 | 95.12 | - |
| YUV | 97.96 | 216.06 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 33 | 254 | 0.35 | 0.87 | 0 | 0.00 | 276.11 | 0.99 | 0.56 |
| Hex | A6 | 21 | FE | 23 | 57 | 0 | 0 | 114 | 63 | 38 |
| Octal | 246 | 41 | 376 | 43 | 127 | 0 | 0 | 424 | 143 | 70 |
| Binary | 10100110 | 100001 | 11111110 | 100011 | 1010111 | 0 | 0 | 100010100 | 1100011 | 111000 |
Color Harmonies of #A621FE
Complementary color
Monochromatic Colors of #A621FE
Black with #A621FE
Text Example
Text Example
White with #A621FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A621FE; }
p { color: rgb(166,33,254); }
H1.HeaderClassName
{
color: #A621FE;
}
.AnyTagClassName
{
color: #A621FE;
}
</style>
background-color css
<style>
a { background-color: #A621FE; }
a { background-color: rgb(166,33,254); }
div.DivClassName
{
background-color: #A621FE;
}
.BgClassName
{
background-color: #A621FE;
}
</style>
border-color css
<style>
span { border-color: #A621FE; }
span { border-color: rgb(166,33,254); }
td.TdClassName
{
border-color: #A621FE;
}
.TagClassName
{
border-color: #A621FE;
}
</style>