Shades of Blue Violet #A83AFB
Tints of Blue Violet #A83AFB
RGB
CMYK
RGB Variations
Color information
#A83AFB (or 0xA83AFB) is known color: Blue Violet. HEX triplet: A8, 3A and FB. RGB value is (168,58,251). Sum of RGB (Red+Green+Blue) = 168+58+251=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 58 (23.05% from 255 or 12.16% from 477); Blue value is 251 (98.44% from 255 or 52.62% from 477); Max value from RGB is 251 - color contains mainly: blue. Hex color #A83AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A83AFB is #57C504. Grayscale: #707070. Windows color (decimal): -5752069 or 16464552. OLE color: 16464552.
HSL color Cylindrical-coordinate representation of color #A83AFB: hue angle of 274.2º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A83AFB is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 58 | 251 | - |
| CMYK | 0.33 | 0.77 | 0 | 0.02 |
| HSL | 274.2º | 0.96% | 0.61% | - |
| HSV(B) | 274.2º | 0.77% | 0.98% | - |
| XYZ | 35.07 | 18.32 | 92.95 | - |
| YUV | 112.89 | 205.94 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 58 | 251 | 0.33 | 0.77 | 0 | 0.02 | 274.2 | 0.96 | 0.61 |
| Hex | A8 | 3A | FB | 21 | 4D | 0 | 2 | 112 | 60 | 3D |
| Octal | 250 | 72 | 373 | 41 | 115 | 0 | 2 | 422 | 140 | 75 |
| Binary | 10101000 | 111010 | 11111011 | 100001 | 1001101 | 0 | 10 | 100010010 | 1100000 | 111101 |
Color Harmonies of #A83AFB
Complementary color
Monochromatic Colors of #A83AFB
Black with #A83AFB
Text Example
Text Example
White with #A83AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83AFB; }
p { color: rgb(168,58,251); }
H1.HeaderClassName
{
color: #A83AFB;
}
.AnyTagClassName
{
color: #A83AFB;
}
</style>
background-color css
<style>
a { background-color: #A83AFB; }
a { background-color: rgb(168,58,251); }
div.DivClassName
{
background-color: #A83AFB;
}
.BgClassName
{
background-color: #A83AFB;
}
</style>
border-color css
<style>
span { border-color: #A83AFB; }
span { border-color: rgb(168,58,251); }
td.TdClassName
{
border-color: #A83AFB;
}
.TagClassName
{
border-color: #A83AFB;
}
</style>