Shades of Blue Violet #A83FFC
Tints of Blue Violet #A83FFC
RGB
CMYK
RGB Variations
Color information
#A83FFC (or 0xA83FFC) is known color: Blue Violet. HEX triplet: A8, 3F and FC. RGB value is (168,63,252). Sum of RGB (Red+Green+Blue) = 168+63+252=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 63 (25% from 255 or 13.04% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #A83FFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A83FFC is #57C003. Grayscale: #737373. Windows color (decimal): -5750788 or 16531368. OLE color: 16531368.
HSL color Cylindrical-coordinate representation of color #A83FFC: hue angle of 273.33º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A83FFC is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 63 | 252 | - |
| CMYK | 0.33 | 0.75 | 0 | 0.01 |
| HSL | 273.33º | 0.97% | 0.62% | - |
| HSV(B) | 273.33º | 0.75% | 0.99% | - |
| XYZ | 35.5 | 18.91 | 93.87 | - |
| YUV | 115.94 | 204.79 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 63 | 252 | 0.33 | 0.75 | 0 | 0.01 | 273.33 | 0.97 | 0.62 |
| Hex | A8 | 3F | FC | 21 | 4B | 0 | 1 | 111 | 61 | 3E |
| Octal | 250 | 77 | 374 | 41 | 113 | 0 | 1 | 421 | 141 | 76 |
| Binary | 10101000 | 111111 | 11111100 | 100001 | 1001011 | 0 | 1 | 100010001 | 1100001 | 111110 |
Color Harmonies of #A83FFC
Complementary color
Monochromatic Colors of #A83FFC
Black with #A83FFC
Text Example
Text Example
White with #A83FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83FFC; }
p { color: rgb(168,63,252); }
H1.HeaderClassName
{
color: #A83FFC;
}
.AnyTagClassName
{
color: #A83FFC;
}
</style>
background-color css
<style>
a { background-color: #A83FFC; }
a { background-color: rgb(168,63,252); }
div.DivClassName
{
background-color: #A83FFC;
}
.BgClassName
{
background-color: #A83FFC;
}
</style>
border-color css
<style>
span { border-color: #A83FFC; }
span { border-color: rgb(168,63,252); }
td.TdClassName
{
border-color: #A83FFC;
}
.TagClassName
{
border-color: #A83FFC;
}
</style>