Shades of Violet Blue #A83BAD
Tints of Violet Blue #A83BAD
RGB
CMYK
RGB Variations
Color information
#A83BAD (or 0xA83BAD) is known color: Violet Blue. HEX triplet: A8, 3B and AD. RGB value is (168,59,173). Sum of RGB (Red+Green+Blue) = 168+59+173=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 59 (23.44% from 255 or 14.75% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 173 - color contains mainly: blue. Hex color #A83BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83BAD is #57C452. Grayscale: #686868. Windows color (decimal): -5751891 or 11353000. OLE color: 11353000.
HSL color Cylindrical-coordinate representation of color #A83BAD: hue angle of 297.37º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A83BAD is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 59 | 173 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.32 |
| HSL | 297.37º | 0.49% | 0.45% | - |
| HSV(B) | 297.37º | 0.66% | 0.68% | - |
| XYZ | 25.26 | 14.47 | 41 | - |
| YUV | 104.59 | 166.61 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 59 | 173 | 0.03 | 0.66 | 0 | 0.32 | 297.37 | 0.49 | 0.45 |
| Hex | A8 | 3B | AD | 3 | 42 | 0 | 20 | 129 | 31 | 2D |
| Octal | 250 | 73 | 255 | 3 | 102 | 0 | 40 | 451 | 61 | 55 |
| Binary | 10101000 | 111011 | 10101101 | 11 | 1000010 | 0 | 100000 | 100101001 | 110001 | 101101 |
Color Harmonies of #A83BAD
Complementary color
Monochromatic Colors of #A83BAD
Black with #A83BAD
Text Example
Text Example
White with #A83BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83BAD; }
p { color: rgb(168,59,173); }
H1.HeaderClassName
{
color: #A83BAD;
}
.AnyTagClassName
{
color: #A83BAD;
}
</style>
background-color css
<style>
a { background-color: #A83BAD; }
a { background-color: rgb(168,59,173); }
div.DivClassName
{
background-color: #A83BAD;
}
.BgClassName
{
background-color: #A83BAD;
}
</style>
border-color css
<style>
span { border-color: #A83BAD; }
span { border-color: rgb(168,59,173); }
td.TdClassName
{
border-color: #A83BAD;
}
.TagClassName
{
border-color: #A83BAD;
}
</style>