Shades of Blue Violet #A443FE
Tints of Blue Violet #A443FE
RGB
CMYK
RGB Variations
Color information
#A443FE (or 0xA443FE) is known color: Blue Violet. HEX triplet: A4, 43 and FE. RGB value is (164,67,254). Sum of RGB (Red+Green+Blue) = 164+67+254=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 67 (26.56% from 255 or 13.81% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #A443FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A443FE is #5BBC01. Grayscale: #747474. Windows color (decimal): -6011906 or 16663460. OLE color: 16663460.
HSL color Cylindrical-coordinate representation of color #A443FE: hue angle of 271.12º 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 #A443FE is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 67 | 254 | - |
| CMYK | 0.35 | 0.74 | 0 | 0.00 |
| HSL | 271.12º | 0.99% | 0.63% | - |
| HSV(B) | 271.12º | 0.74% | 1% | - |
| XYZ | 35.21 | 19.06 | 95.59 | - |
| YUV | 117.32 | 205.14 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 67 | 254 | 0.35 | 0.74 | 0 | 0.00 | 271.12 | 0.99 | 0.63 |
| Hex | A4 | 43 | FE | 23 | 4A | 0 | 0 | 10F | 63 | 3F |
| Octal | 244 | 103 | 376 | 43 | 112 | 0 | 0 | 417 | 143 | 77 |
| Binary | 10100100 | 1000011 | 11111110 | 100011 | 1001010 | 0 | 0 | 100001111 | 1100011 | 111111 |
Color Harmonies of #A443FE
Complementary color
Monochromatic Colors of #A443FE
Black with #A443FE
Text Example
Text Example
White with #A443FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A443FE; }
p { color: rgb(164,67,254); }
H1.HeaderClassName
{
color: #A443FE;
}
.AnyTagClassName
{
color: #A443FE;
}
</style>
background-color css
<style>
a { background-color: #A443FE; }
a { background-color: rgb(164,67,254); }
div.DivClassName
{
background-color: #A443FE;
}
.BgClassName
{
background-color: #A443FE;
}
</style>
border-color css
<style>
span { border-color: #A443FE; }
span { border-color: rgb(164,67,254); }
td.TdClassName
{
border-color: #A443FE;
}
.TagClassName
{
border-color: #A443FE;
}
</style>