Shades of Violet Blue #A83CAD
Tints of Violet Blue #A83CAD
RGB
CMYK
RGB Variations
Color information
#A83CAD (or 0xA83CAD) is known color: Violet Blue. HEX triplet: A8, 3C and AD. RGB value is (168,60,173). Sum of RGB (Red+Green+Blue) = 168+60+173=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 60 (23.83% from 255 or 14.96% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 173 - color contains mainly: blue. Hex color #A83CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83CAD is #57C352. Grayscale: #686868. Windows color (decimal): -5751635 or 11353256. OLE color: 11353256.
HSL color Cylindrical-coordinate representation of color #A83CAD: hue angle of 297.35º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A83CAD is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 60 | 173 | - |
| CMYK | 0.03 | 0.65 | 0 | 0.32 |
| HSL | 297.35º | 0.48% | 0.46% | - |
| HSV(B) | 297.35º | 0.65% | 0.68% | - |
| XYZ | 25.31 | 14.57 | 41.01 | - |
| YUV | 105.17 | 166.28 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 60 | 173 | 0.03 | 0.65 | 0 | 0.32 | 297.35 | 0.48 | 0.46 |
| Hex | A8 | 3C | AD | 3 | 41 | 0 | 20 | 129 | 30 | 2E |
| Octal | 250 | 74 | 255 | 3 | 101 | 0 | 40 | 451 | 60 | 56 |
| Binary | 10101000 | 111100 | 10101101 | 11 | 1000001 | 0 | 100000 | 100101001 | 110000 | 101110 |
Color Harmonies of #A83CAD
Complementary color
Monochromatic Colors of #A83CAD
Black with #A83CAD
Text Example
Text Example
White with #A83CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83CAD; }
p { color: rgb(168,60,173); }
H1.HeaderClassName
{
color: #A83CAD;
}
.AnyTagClassName
{
color: #A83CAD;
}
</style>
background-color css
<style>
a { background-color: #A83CAD; }
a { background-color: rgb(168,60,173); }
div.DivClassName
{
background-color: #A83CAD;
}
.BgClassName
{
background-color: #A83CAD;
}
</style>
border-color css
<style>
span { border-color: #A83CAD; }
span { border-color: rgb(168,60,173); }
td.TdClassName
{
border-color: #A83CAD;
}
.TagClassName
{
border-color: #A83CAD;
}
</style>