Shades of Blue Violet #A444FB
Tints of Blue Violet #A444FB
RGB
CMYK
RGB Variations
Color information
#A444FB (or 0xA444FB) is known color: Blue Violet. HEX triplet: A4, 44 and FB. RGB value is (164,68,251). Sum of RGB (Red+Green+Blue) = 164+68+251=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 68 (26.95% from 255 or 14.08% from 483); Blue value is 251 (98.44% from 255 or 51.97% from 483); Max value from RGB is 251 - color contains mainly: blue. Hex color #A444FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A444FB is #5BBB04. Grayscale: #747474. Windows color (decimal): -6011653 or 16467108. OLE color: 16467108.
HSL color Cylindrical-coordinate representation of color #A444FB: hue angle of 271.48º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A444FB is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 68 | 251 | - |
| CMYK | 0.35 | 0.73 | 0 | 0.02 |
| HSL | 271.48º | 0.96% | 0.63% | - |
| HSV(B) | 271.48º | 0.73% | 0.98% | - |
| XYZ | 34.79 | 18.99 | 93.1 | - |
| YUV | 117.57 | 203.3 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 68 | 251 | 0.35 | 0.73 | 0 | 0.02 | 271.48 | 0.96 | 0.63 |
| Hex | A4 | 44 | FB | 23 | 49 | 0 | 2 | 10F | 60 | 3F |
| Octal | 244 | 104 | 373 | 43 | 111 | 0 | 2 | 417 | 140 | 77 |
| Binary | 10100100 | 1000100 | 11111011 | 100011 | 1001001 | 0 | 10 | 100001111 | 1100000 | 111111 |
Color Harmonies of #A444FB
Complementary color
Monochromatic Colors of #A444FB
Black with #A444FB
Text Example
Text Example
White with #A444FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A444FB; }
p { color: rgb(164,68,251); }
H1.HeaderClassName
{
color: #A444FB;
}
.AnyTagClassName
{
color: #A444FB;
}
</style>
background-color css
<style>
a { background-color: #A444FB; }
a { background-color: rgb(164,68,251); }
div.DivClassName
{
background-color: #A444FB;
}
.BgClassName
{
background-color: #A444FB;
}
</style>
border-color css
<style>
span { border-color: #A444FB; }
span { border-color: rgb(164,68,251); }
td.TdClassName
{
border-color: #A444FB;
}
.TagClassName
{
border-color: #A444FB;
}
</style>