Shades of Violet Blue #A83FAC
Tints of Violet Blue #A83FAC
RGB
CMYK
RGB Variations
Color information
#A83FAC (or 0xA83FAC) is known color: Violet Blue. HEX triplet: A8, 3F and AC. RGB value is (168,63,172). Sum of RGB (Red+Green+Blue) = 168+63+172=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 63 (25% from 255 or 15.63% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 172 - color contains mainly: blue. Hex color #A83FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83FAC is #57C053. Grayscale: #6A6A6A. Windows color (decimal): -5750868 or 11288488. OLE color: 11288488.
HSL color Cylindrical-coordinate representation of color #A83FAC: hue angle of 297.8º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A83FAC is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 63 | 172 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.33 |
| HSL | 297.8º | 0.46% | 0.46% | - |
| HSV(B) | 297.8º | 0.63% | 0.67% | - |
| XYZ | 25.37 | 14.86 | 40.56 | - |
| YUV | 106.82 | 164.79 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 63 | 172 | 0.02 | 0.63 | 0 | 0.33 | 297.8 | 0.46 | 0.46 |
| Hex | A8 | 3F | AC | 2 | 3F | 0 | 21 | 12A | 2E | 2E |
| Octal | 250 | 77 | 254 | 2 | 77 | 0 | 41 | 452 | 56 | 56 |
| Binary | 10101000 | 111111 | 10101100 | 10 | 111111 | 0 | 100001 | 100101010 | 101110 | 101110 |
Color Harmonies of #A83FAC
Complementary color
Monochromatic Colors of #A83FAC
Black with #A83FAC
Text Example
Text Example
White with #A83FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83FAC; }
p { color: rgb(168,63,172); }
H1.HeaderClassName
{
color: #A83FAC;
}
.AnyTagClassName
{
color: #A83FAC;
}
</style>
background-color css
<style>
a { background-color: #A83FAC; }
a { background-color: rgb(168,63,172); }
div.DivClassName
{
background-color: #A83FAC;
}
.BgClassName
{
background-color: #A83FAC;
}
</style>
border-color css
<style>
span { border-color: #A83FAC; }
span { border-color: rgb(168,63,172); }
td.TdClassName
{
border-color: #A83FAC;
}
.TagClassName
{
border-color: #A83FAC;
}
</style>