Shades of Blue Violet #A44CFD
Tints of Blue Violet #A44CFD
RGB
CMYK
RGB Variations
Color information
#A44CFD (or 0xA44CFD) is known color: Blue Violet. HEX triplet: A4, 4C and FD. RGB value is (164,76,253). Sum of RGB (Red+Green+Blue) = 164+76+253=493 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.27% from 493); Green value is 76 (30.08% from 255 or 15.42% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #A44CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A44CFD is #5BB302. Grayscale: #797979. Windows color (decimal): -6009603 or 16600228. OLE color: 16600228.
HSL color Cylindrical-coordinate representation of color #A44CFD: hue angle of 269.83º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A44CFD is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 76 | 253 | - |
| CMYK | 0.35 | 0.70 | 0 | 0.01 |
| HSL | 269.83º | 0.98% | 0.65% | - |
| HSV(B) | 269.83º | 0.7% | 0.99% | - |
| XYZ | 35.62 | 20.15 | 94.94 | - |
| YUV | 122.49 | 201.65 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 76 | 253 | 0.35 | 0.70 | 0 | 0.01 | 269.83 | 0.98 | 0.65 |
| Hex | A4 | 4C | FD | 23 | 46 | 0 | 1 | 10E | 62 | 41 |
| Octal | 244 | 114 | 375 | 43 | 106 | 0 | 1 | 416 | 142 | 101 |
| Binary | 10100100 | 1001100 | 11111101 | 100011 | 1000110 | 0 | 1 | 100001110 | 1100010 | 1000001 |
Color Harmonies of #A44CFD
Complementary color
Monochromatic Colors of #A44CFD
Black with #A44CFD
Text Example
Text Example
White with #A44CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44CFD; }
p { color: rgb(164,76,253); }
H1.HeaderClassName
{
color: #A44CFD;
}
.AnyTagClassName
{
color: #A44CFD;
}
</style>
background-color css
<style>
a { background-color: #A44CFD; }
a { background-color: rgb(164,76,253); }
div.DivClassName
{
background-color: #A44CFD;
}
.BgClassName
{
background-color: #A44CFD;
}
</style>
border-color css
<style>
span { border-color: #A44CFD; }
span { border-color: rgb(164,76,253); }
td.TdClassName
{
border-color: #A44CFD;
}
.TagClassName
{
border-color: #A44CFD;
}
</style>