Shades of Blue Violet #A441FE
Tints of Blue Violet #A441FE
RGB
CMYK
RGB Variations
Color information
#A441FE (or 0xA441FE) is known color: Blue Violet. HEX triplet: A4, 41 and FE. RGB value is (164,65,254). Sum of RGB (Red+Green+Blue) = 164+65+254=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 65 (25.78% from 255 or 13.46% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #A441FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A441FE is #5BBE01. Grayscale: #737373. Windows color (decimal): -6012418 or 16662948. OLE color: 16662948.
HSL color Cylindrical-coordinate representation of color #A441FE: hue angle of 271.43º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A441FE is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 65 | 254 | - |
| CMYK | 0.35 | 0.74 | 0 | 0.00 |
| HSL | 271.43º | 0.99% | 0.63% | - |
| HSV(B) | 271.43º | 0.74% | 1% | - |
| XYZ | 35.09 | 18.83 | 95.55 | - |
| YUV | 116.15 | 205.8 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 65 | 254 | 0.35 | 0.74 | 0 | 0.00 | 271.43 | 0.99 | 0.63 |
| Hex | A4 | 41 | FE | 23 | 4A | 0 | 0 | 10F | 63 | 3F |
| Octal | 244 | 101 | 376 | 43 | 112 | 0 | 0 | 417 | 143 | 77 |
| Binary | 10100100 | 1000001 | 11111110 | 100011 | 1001010 | 0 | 0 | 100001111 | 1100011 | 111111 |
Color Harmonies of #A441FE
Complementary color
Monochromatic Colors of #A441FE
Black with #A441FE
Text Example
Text Example
White with #A441FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A441FE; }
p { color: rgb(164,65,254); }
H1.HeaderClassName
{
color: #A441FE;
}
.AnyTagClassName
{
color: #A441FE;
}
</style>
background-color css
<style>
a { background-color: #A441FE; }
a { background-color: rgb(164,65,254); }
div.DivClassName
{
background-color: #A441FE;
}
.BgClassName
{
background-color: #A441FE;
}
</style>
border-color css
<style>
span { border-color: #A441FE; }
span { border-color: rgb(164,65,254); }
td.TdClassName
{
border-color: #A441FE;
}
.TagClassName
{
border-color: #A441FE;
}
</style>