Shades of Violet Blue #A83B9C
Tints of Violet Blue #A83B9C
RGB
CMYK
RGB Variations
Color information
#A83B9C (or 0xA83B9C) is known color: Violet Blue. HEX triplet: A8, 3B and 9C. RGB value is (168,59,156). Sum of RGB (Red+Green+Blue) = 168+59+156=383 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.86% from 383); Green value is 59 (23.44% from 255 or 15.40% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 168 - color contains mainly: red. Hex color #A83B9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83B9C is #57C463. Grayscale: #666666. Windows color (decimal): -5751908 or 10238888. OLE color: 10238888.
HSL color Cylindrical-coordinate representation of color #A83B9C: hue angle of 306.61º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A83B9C is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 59 | 156 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.34 |
| HSL | 306.61º | 0.48% | 0.45% | - |
| HSV(B) | 306.61º | 0.65% | 0.66% | - |
| XYZ | 23.71 | 13.85 | 32.88 | - |
| YUV | 102.65 | 158.11 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 59 | 156 | 0 | 0.65 | 0.07 | 0.34 | 306.61 | 0.48 | 0.45 |
| Hex | A8 | 3B | 9C | 0 | 41 | 7 | 22 | 133 | 30 | 2D |
| Octal | 250 | 73 | 234 | 0 | 101 | 7 | 42 | 463 | 60 | 55 |
| Binary | 10101000 | 111011 | 10011100 | 0 | 1000001 | 111 | 100010 | 100110011 | 110000 | 101101 |
Color Harmonies of #A83B9C
Complementary color
Monochromatic Colors of #A83B9C
Black with #A83B9C
Text Example
Text Example
White with #A83B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83B9C; }
p { color: rgb(168,59,156); }
H1.HeaderClassName
{
color: #A83B9C;
}
.AnyTagClassName
{
color: #A83B9C;
}
</style>
background-color css
<style>
a { background-color: #A83B9C; }
a { background-color: rgb(168,59,156); }
div.DivClassName
{
background-color: #A83B9C;
}
.BgClassName
{
background-color: #A83B9C;
}
</style>
border-color css
<style>
span { border-color: #A83B9C; }
span { border-color: rgb(168,59,156); }
td.TdClassName
{
border-color: #A83B9C;
}
.TagClassName
{
border-color: #A83B9C;
}
</style>