Shades of Blue Violet #A83CFA
Tints of Blue Violet #A83CFA
RGB
CMYK
RGB Variations
Color information
#A83CFA (or 0xA83CFA) is known color: Blue Violet. HEX triplet: A8, 3C and FA. RGB value is (168,60,250). Sum of RGB (Red+Green+Blue) = 168+60+250=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 60 (23.83% from 255 or 12.55% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #A83CFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A83CFA is #57C305. Grayscale: #717171. Windows color (decimal): -5751558 or 16399528. OLE color: 16399528.
HSL color Cylindrical-coordinate representation of color #A83CFA: hue angle of 274.11º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A83CFA is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 60 | 250 | - |
| CMYK | 0.33 | 0.76 | 0 | 0.02 |
| HSL | 274.11º | 0.95% | 0.61% | - |
| HSV(B) | 274.11º | 0.76% | 0.98% | - |
| XYZ | 35.02 | 18.46 | 92.16 | - |
| YUV | 113.95 | 204.78 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 60 | 250 | 0.33 | 0.76 | 0 | 0.02 | 274.11 | 0.95 | 0.61 |
| Hex | A8 | 3C | FA | 21 | 4C | 0 | 2 | 112 | 5F | 3D |
| Octal | 250 | 74 | 372 | 41 | 114 | 0 | 2 | 422 | 137 | 75 |
| Binary | 10101000 | 111100 | 11111010 | 100001 | 1001100 | 0 | 10 | 100010010 | 1011111 | 111101 |
Color Harmonies of #A83CFA
Complementary color
Monochromatic Colors of #A83CFA
Black with #A83CFA
Text Example
Text Example
White with #A83CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83CFA; }
p { color: rgb(168,60,250); }
H1.HeaderClassName
{
color: #A83CFA;
}
.AnyTagClassName
{
color: #A83CFA;
}
</style>
background-color css
<style>
a { background-color: #A83CFA; }
a { background-color: rgb(168,60,250); }
div.DivClassName
{
background-color: #A83CFA;
}
.BgClassName
{
background-color: #A83CFA;
}
</style>
border-color css
<style>
span { border-color: #A83CFA; }
span { border-color: rgb(168,60,250); }
td.TdClassName
{
border-color: #A83CFA;
}
.TagClassName
{
border-color: #A83CFA;
}
</style>