Shades of Violet Blue #A83DAD
Tints of Violet Blue #A83DAD
RGB
CMYK
RGB Variations
Color information
#A83DAD (or 0xA83DAD) is known color: Violet Blue. HEX triplet: A8, 3D and AD. RGB value is (168,61,173). Sum of RGB (Red+Green+Blue) = 168+61+173=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 61 (24.22% from 255 or 15.17% from 402); Blue value is 173 (67.97% from 255 or 43.03% from 402); Max value from RGB is 173 - color contains mainly: blue. Hex color #A83DAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83DAD is #57C252. Grayscale: #696969. Windows color (decimal): -5751379 or 11353512. OLE color: 11353512.
HSL color Cylindrical-coordinate representation of color #A83DAD: hue angle of 297.32º 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 #A83DAD is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 61 | 173 | - |
| CMYK | 0.03 | 0.65 | 0 | 0.32 |
| HSL | 297.32º | 0.48% | 0.46% | - |
| HSV(B) | 297.32º | 0.65% | 0.68% | - |
| XYZ | 25.36 | 14.68 | 41.03 | - |
| YUV | 105.76 | 165.95 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 61 | 173 | 0.03 | 0.65 | 0 | 0.32 | 297.32 | 0.48 | 0.46 |
| Hex | A8 | 3D | AD | 3 | 41 | 0 | 20 | 129 | 30 | 2E |
| Octal | 250 | 75 | 255 | 3 | 101 | 0 | 40 | 451 | 60 | 56 |
| Binary | 10101000 | 111101 | 10101101 | 11 | 1000001 | 0 | 100000 | 100101001 | 110000 | 101110 |
Color Harmonies of #A83DAD
Complementary color
Monochromatic Colors of #A83DAD
Black with #A83DAD
Text Example
Text Example
White with #A83DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83DAD; }
p { color: rgb(168,61,173); }
H1.HeaderClassName
{
color: #A83DAD;
}
.AnyTagClassName
{
color: #A83DAD;
}
</style>
background-color css
<style>
a { background-color: #A83DAD; }
a { background-color: rgb(168,61,173); }
div.DivClassName
{
background-color: #A83DAD;
}
.BgClassName
{
background-color: #A83DAD;
}
</style>
border-color css
<style>
span { border-color: #A83DAD; }
span { border-color: rgb(168,61,173); }
td.TdClassName
{
border-color: #A83DAD;
}
.TagClassName
{
border-color: #A83DAD;
}
</style>