Shades of Blue Violet #A83CF3
Tints of Blue Violet #A83CF3
RGB
CMYK
RGB Variations
Color information
#A83CF3 (or 0xA83CF3) is known color: Blue Violet. HEX triplet: A8, 3C and F3. RGB value is (168,60,243). Sum of RGB (Red+Green+Blue) = 168+60+243=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 60 (23.83% from 255 or 12.74% from 471); Blue value is 243 (95.31% from 255 or 51.59% from 471); Max value from RGB is 243 - color contains mainly: blue. Hex color #A83CF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A83CF3 is #57C30C. Grayscale: #707070. Windows color (decimal): -5751565 or 15940776. OLE color: 15940776.
HSL color Cylindrical-coordinate representation of color #A83CF3: hue angle of 275.41º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A83CF3 is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 60 | 243 | - |
| CMYK | 0.31 | 0.75 | 0 | 0.05 |
| HSL | 275.41º | 0.88% | 0.59% | - |
| HSV(B) | 275.41º | 0.75% | 0.95% | - |
| XYZ | 33.94 | 18.03 | 86.48 | - |
| YUV | 113.15 | 201.28 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 60 | 243 | 0.31 | 0.75 | 0 | 0.05 | 275.41 | 0.88 | 0.59 |
| Hex | A8 | 3C | F3 | 1F | 4B | 0 | 5 | 113 | 58 | 3B |
| Octal | 250 | 74 | 363 | 37 | 113 | 0 | 5 | 423 | 130 | 73 |
| Binary | 10101000 | 111100 | 11110011 | 11111 | 1001011 | 0 | 101 | 100010011 | 1011000 | 111011 |
Color Harmonies of #A83CF3
Complementary color
Monochromatic Colors of #A83CF3
Black with #A83CF3
Text Example
Text Example
White with #A83CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83CF3; }
p { color: rgb(168,60,243); }
H1.HeaderClassName
{
color: #A83CF3;
}
.AnyTagClassName
{
color: #A83CF3;
}
</style>
background-color css
<style>
a { background-color: #A83CF3; }
a { background-color: rgb(168,60,243); }
div.DivClassName
{
background-color: #A83CF3;
}
.BgClassName
{
background-color: #A83CF3;
}
</style>
border-color css
<style>
span { border-color: #A83CF3; }
span { border-color: rgb(168,60,243); }
td.TdClassName
{
border-color: #A83CF3;
}
.TagClassName
{
border-color: #A83CF3;
}
</style>