Shades of Blue Violet #A44BFC
Tints of Blue Violet #A44BFC
RGB
CMYK
RGB Variations
Color information
#A44BFC (or 0xA44BFC) is known color: Blue Violet. HEX triplet: A4, 4B and FC. RGB value is (164,75,252). Sum of RGB (Red+Green+Blue) = 164+75+252=491 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.40% from 491); Green value is 75 (29.69% from 255 or 15.27% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #A44BFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A44BFC is #5BB403. Grayscale: #797979. Windows color (decimal): -6009860 or 16534436. OLE color: 16534436.
HSL color Cylindrical-coordinate representation of color #A44BFC: hue angle of 270.17º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A44BFC is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 75 | 252 | - |
| CMYK | 0.35 | 0.70 | 0 | 0.01 |
| HSL | 270.17º | 0.97% | 0.64% | - |
| HSV(B) | 270.17º | 0.7% | 0.99% | - |
| XYZ | 35.4 | 19.95 | 94.08 | - |
| YUV | 121.79 | 201.49 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 75 | 252 | 0.35 | 0.70 | 0 | 0.01 | 270.17 | 0.97 | 0.64 |
| Hex | A4 | 4B | FC | 23 | 46 | 0 | 1 | 10E | 61 | 40 |
| Octal | 244 | 113 | 374 | 43 | 106 | 0 | 1 | 416 | 141 | 100 |
| Binary | 10100100 | 1001011 | 11111100 | 100011 | 1000110 | 0 | 1 | 100001110 | 1100001 | 1000000 |
Color Harmonies of #A44BFC
Complementary color
Monochromatic Colors of #A44BFC
Black with #A44BFC
Text Example
Text Example
White with #A44BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44BFC; }
p { color: rgb(164,75,252); }
H1.HeaderClassName
{
color: #A44BFC;
}
.AnyTagClassName
{
color: #A44BFC;
}
</style>
background-color css
<style>
a { background-color: #A44BFC; }
a { background-color: rgb(164,75,252); }
div.DivClassName
{
background-color: #A44BFC;
}
.BgClassName
{
background-color: #A44BFC;
}
</style>
border-color css
<style>
span { border-color: #A44BFC; }
span { border-color: rgb(164,75,252); }
td.TdClassName
{
border-color: #A44BFC;
}
.TagClassName
{
border-color: #A44BFC;
}
</style>