Shades of Violet Blue #A83BAC
Tints of Violet Blue #A83BAC
RGB
CMYK
RGB Variations
Color information
#A83BAC (or 0xA83BAC) is known color: Violet Blue. HEX triplet: A8, 3B and AC. RGB value is (168,59,172). Sum of RGB (Red+Green+Blue) = 168+59+172=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 59 (23.44% from 255 or 14.79% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 172 - color contains mainly: blue. Hex color #A83BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83BAC is #57C453. Grayscale: #686868. Windows color (decimal): -5751892 or 11287464. OLE color: 11287464.
HSL color Cylindrical-coordinate representation of color #A83BAC: hue angle of 297.88º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A83BAC is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 59 | 172 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.33 |
| HSL | 297.88º | 0.49% | 0.45% | - |
| HSV(B) | 297.88º | 0.66% | 0.67% | - |
| XYZ | 25.16 | 14.43 | 40.49 | - |
| YUV | 104.47 | 166.11 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 59 | 172 | 0.02 | 0.66 | 0 | 0.33 | 297.88 | 0.49 | 0.45 |
| Hex | A8 | 3B | AC | 2 | 42 | 0 | 21 | 12A | 31 | 2D |
| Octal | 250 | 73 | 254 | 2 | 102 | 0 | 41 | 452 | 61 | 55 |
| Binary | 10101000 | 111011 | 10101100 | 10 | 1000010 | 0 | 100001 | 100101010 | 110001 | 101101 |
Color Harmonies of #A83BAC
Complementary color
Monochromatic Colors of #A83BAC
Black with #A83BAC
Text Example
Text Example
White with #A83BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83BAC; }
p { color: rgb(168,59,172); }
H1.HeaderClassName
{
color: #A83BAC;
}
.AnyTagClassName
{
color: #A83BAC;
}
</style>
background-color css
<style>
a { background-color: #A83BAC; }
a { background-color: rgb(168,59,172); }
div.DivClassName
{
background-color: #A83BAC;
}
.BgClassName
{
background-color: #A83BAC;
}
</style>
border-color css
<style>
span { border-color: #A83BAC; }
span { border-color: rgb(168,59,172); }
td.TdClassName
{
border-color: #A83BAC;
}
.TagClassName
{
border-color: #A83BAC;
}
</style>