Shades of Blue Violet #A83CFF
Tints of Blue Violet #A83CFF
RGB
CMYK
RGB Variations
Color information
#A83CFF (or 0xA83CFF) is known color: Blue Violet. HEX triplet: A8, 3C and FF. RGB value is (168,60,255). Sum of RGB (Red+Green+Blue) = 168+60+255=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 60 (23.83% from 255 or 12.42% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #A83CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A83CFF is #57C300. Grayscale: #717171. Windows color (decimal): -5751553 or 16727208. OLE color: 16727208.
HSL color Cylindrical-coordinate representation of color #A83CFF: hue angle of 273.23º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A83CFF is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 60 | 255 | - |
| CMYK | 0.34 | 0.76 | 0 | 0 |
| HSL | 273.23º | 1% | 0.62% | - |
| HSV(B) | 273.23º | 0.76% | 1% | - |
| XYZ | 35.81 | 18.78 | 96.34 | - |
| YUV | 114.52 | 207.28 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 60 | 255 | 0.34 | 0.76 | 0 | 0 | 273.23 | 1 | 0.62 |
| Hex | A8 | 3C | FF | 22 | 4C | 0 | 0 | 111 | 64 | 3E |
| Octal | 250 | 74 | 377 | 42 | 114 | 0 | 0 | 421 | 144 | 76 |
| Binary | 10101000 | 111100 | 11111111 | 100010 | 1001100 | 0 | 0 | 100010001 | 1100100 | 111110 |
Color Harmonies of #A83CFF
Complementary color
Monochromatic Colors of #A83CFF
Black with #A83CFF
Text Example
Text Example
White with #A83CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83CFF; }
p { color: rgb(168,60,255); }
H1.HeaderClassName
{
color: #A83CFF;
}
.AnyTagClassName
{
color: #A83CFF;
}
</style>
background-color css
<style>
a { background-color: #A83CFF; }
a { background-color: rgb(168,60,255); }
div.DivClassName
{
background-color: #A83CFF;
}
.BgClassName
{
background-color: #A83CFF;
}
</style>
border-color css
<style>
span { border-color: #A83CFF; }
span { border-color: rgb(168,60,255); }
td.TdClassName
{
border-color: #A83CFF;
}
.TagClassName
{
border-color: #A83CFF;
}
</style>