Shades of Violet Blue #A83AAC
Tints of Violet Blue #A83AAC
RGB
CMYK
RGB Variations
Color information
#A83AAC (or 0xA83AAC) is known color: Violet Blue. HEX triplet: A8, 3A and AC. RGB value is (168,58,172). Sum of RGB (Red+Green+Blue) = 168+58+172=398 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.21% from 398); Green value is 58 (23.05% from 255 or 14.57% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 172 - color contains mainly: blue. Hex color #A83AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83AAC is #57C553. Grayscale: #676767. Windows color (decimal): -5752148 or 11287208. OLE color: 11287208.
HSL color Cylindrical-coordinate representation of color #A83AAC: hue angle of 297.89º degrees, saturation: 0.5, 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 #A83AAC is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 58 | 172 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.33 |
| HSL | 297.89º | 0.5% | 0.45% | - |
| HSV(B) | 297.89º | 0.66% | 0.67% | - |
| XYZ | 25.11 | 14.33 | 40.47 | - |
| YUV | 103.89 | 166.44 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 58 | 172 | 0.02 | 0.66 | 0 | 0.33 | 297.89 | 0.5 | 0.45 |
| Hex | A8 | 3A | AC | 2 | 42 | 0 | 21 | 12A | 32 | 2D |
| Octal | 250 | 72 | 254 | 2 | 102 | 0 | 41 | 452 | 62 | 55 |
| Binary | 10101000 | 111010 | 10101100 | 10 | 1000010 | 0 | 100001 | 100101010 | 110010 | 101101 |
Color Harmonies of #A83AAC
Complementary color
Monochromatic Colors of #A83AAC
Black with #A83AAC
Text Example
Text Example
White with #A83AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83AAC; }
p { color: rgb(168,58,172); }
H1.HeaderClassName
{
color: #A83AAC;
}
.AnyTagClassName
{
color: #A83AAC;
}
</style>
background-color css
<style>
a { background-color: #A83AAC; }
a { background-color: rgb(168,58,172); }
div.DivClassName
{
background-color: #A83AAC;
}
.BgClassName
{
background-color: #A83AAC;
}
</style>
border-color css
<style>
span { border-color: #A83AAC; }
span { border-color: rgb(168,58,172); }
td.TdClassName
{
border-color: #A83AAC;
}
.TagClassName
{
border-color: #A83AAC;
}
</style>