Shades of Blue Violet #A83DF6
Tints of Blue Violet #A83DF6
RGB
CMYK
RGB Variations
Color information
#A83DF6 (or 0xA83DF6) is known color: Blue Violet. HEX triplet: A8, 3D and F6. RGB value is (168,61,246). Sum of RGB (Red+Green+Blue) = 168+61+246=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 61 (24.22% from 255 or 12.84% from 475); Blue value is 246 (96.48% from 255 or 51.79% from 475); Max value from RGB is 246 - color contains mainly: blue. Hex color #A83DF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A83DF6 is #57C209. Grayscale: #717171. Windows color (decimal): -5751306 or 16137640. OLE color: 16137640.
HSL color Cylindrical-coordinate representation of color #A83DF6: hue angle of 274.7º degrees, saturation: 0.91, 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 #A83DF6 is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 61 | 246 | - |
| CMYK | 0.32 | 0.75 | 0 | 0.04 |
| HSL | 274.7º | 0.91% | 0.6% | - |
| HSV(B) | 274.7º | 0.75% | 0.96% | - |
| XYZ | 34.45 | 18.32 | 88.91 | - |
| YUV | 114.08 | 202.45 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 61 | 246 | 0.32 | 0.75 | 0 | 0.04 | 274.7 | 0.91 | 0.6 |
| Hex | A8 | 3D | F6 | 20 | 4B | 0 | 4 | 113 | 5B | 3C |
| Octal | 250 | 75 | 366 | 40 | 113 | 0 | 4 | 423 | 133 | 74 |
| Binary | 10101000 | 111101 | 11110110 | 100000 | 1001011 | 0 | 100 | 100010011 | 1011011 | 111100 |
Color Harmonies of #A83DF6
Complementary color
Monochromatic Colors of #A83DF6
Black with #A83DF6
Text Example
Text Example
White with #A83DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83DF6; }
p { color: rgb(168,61,246); }
H1.HeaderClassName
{
color: #A83DF6;
}
.AnyTagClassName
{
color: #A83DF6;
}
</style>
background-color css
<style>
a { background-color: #A83DF6; }
a { background-color: rgb(168,61,246); }
div.DivClassName
{
background-color: #A83DF6;
}
.BgClassName
{
background-color: #A83DF6;
}
</style>
border-color css
<style>
span { border-color: #A83DF6; }
span { border-color: rgb(168,61,246); }
td.TdClassName
{
border-color: #A83DF6;
}
.TagClassName
{
border-color: #A83DF6;
}
</style>