Shades of Blue Violet #A43FFB
Tints of Blue Violet #A43FFB
RGB
CMYK
RGB Variations
Color information
#A43FFB (or 0xA43FFB) is known color: Blue Violet. HEX triplet: A4, 3F and FB. RGB value is (164,63,251). Sum of RGB (Red+Green+Blue) = 164+63+251=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 63 (25% from 255 or 13.18% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #A43FFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A43FFB is #5BC004. Grayscale: #717171. Windows color (decimal): -6012933 or 16465828. OLE color: 16465828.
HSL color Cylindrical-coordinate representation of color #A43FFB: hue angle of 272.23º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A43FFB is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 63 | 251 | - |
| CMYK | 0.35 | 0.75 | 0 | 0.02 |
| HSL | 272.23º | 0.96% | 0.62% | - |
| HSV(B) | 272.23º | 0.75% | 0.98% | - |
| XYZ | 34.5 | 18.41 | 93 | - |
| YUV | 114.63 | 204.96 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 63 | 251 | 0.35 | 0.75 | 0 | 0.02 | 272.23 | 0.96 | 0.62 |
| Hex | A4 | 3F | FB | 23 | 4B | 0 | 2 | 110 | 60 | 3E |
| Octal | 244 | 77 | 373 | 43 | 113 | 0 | 2 | 420 | 140 | 76 |
| Binary | 10100100 | 111111 | 11111011 | 100011 | 1001011 | 0 | 10 | 100010000 | 1100000 | 111110 |
Color Harmonies of #A43FFB
Complementary color
Monochromatic Colors of #A43FFB
Black with #A43FFB
Text Example
Text Example
White with #A43FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43FFB; }
p { color: rgb(164,63,251); }
H1.HeaderClassName
{
color: #A43FFB;
}
.AnyTagClassName
{
color: #A43FFB;
}
</style>
background-color css
<style>
a { background-color: #A43FFB; }
a { background-color: rgb(164,63,251); }
div.DivClassName
{
background-color: #A43FFB;
}
.BgClassName
{
background-color: #A43FFB;
}
</style>
border-color css
<style>
span { border-color: #A43FFB; }
span { border-color: rgb(164,63,251); }
td.TdClassName
{
border-color: #A43FFB;
}
.TagClassName
{
border-color: #A43FFB;
}
</style>