Shades of Blue Violet #A83CF4
Tints of Blue Violet #A83CF4
RGB
CMYK
RGB Variations
Color information
#A83CF4 (or 0xA83CF4) is known color: Blue Violet. HEX triplet: A8, 3C and F4. RGB value is (168,60,244). Sum of RGB (Red+Green+Blue) = 168+60+244=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 60 (23.83% from 255 or 12.71% from 472); Blue value is 244 (95.70% from 255 or 51.69% from 472); Max value from RGB is 244 - color contains mainly: blue. Hex color #A83CF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A83CF4 is #57C30B. Grayscale: #707070. Windows color (decimal): -5751564 or 16006312. OLE color: 16006312.
HSL color Cylindrical-coordinate representation of color #A83CF4: hue angle of 275.22º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A83CF4 is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 60 | 244 | - |
| CMYK | 0.31 | 0.75 | 0 | 0.04 |
| HSL | 275.22º | 0.89% | 0.6% | - |
| HSV(B) | 275.22º | 0.75% | 0.96% | - |
| XYZ | 34.09 | 18.09 | 87.28 | - |
| YUV | 113.27 | 201.78 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 60 | 244 | 0.31 | 0.75 | 0 | 0.04 | 275.22 | 0.89 | 0.6 |
| Hex | A8 | 3C | F4 | 1F | 4B | 0 | 4 | 113 | 59 | 3C |
| Octal | 250 | 74 | 364 | 37 | 113 | 0 | 4 | 423 | 131 | 74 |
| Binary | 10101000 | 111100 | 11110100 | 11111 | 1001011 | 0 | 100 | 100010011 | 1011001 | 111100 |
Color Harmonies of #A83CF4
Complementary color
Monochromatic Colors of #A83CF4
Black with #A83CF4
Text Example
Text Example
White with #A83CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83CF4; }
p { color: rgb(168,60,244); }
H1.HeaderClassName
{
color: #A83CF4;
}
.AnyTagClassName
{
color: #A83CF4;
}
</style>
background-color css
<style>
a { background-color: #A83CF4; }
a { background-color: rgb(168,60,244); }
div.DivClassName
{
background-color: #A83CF4;
}
.BgClassName
{
background-color: #A83CF4;
}
</style>
border-color css
<style>
span { border-color: #A83CF4; }
span { border-color: rgb(168,60,244); }
td.TdClassName
{
border-color: #A83CF4;
}
.TagClassName
{
border-color: #A83CF4;
}
</style>