Shades of Violet Blue #A83FA7
Tints of Violet Blue #A83FA7
RGB
CMYK
RGB Variations
Color information
#A83FA7 (or 0xA83FA7) is known color: Violet Blue. HEX triplet: A8, 3F and A7. RGB value is (168,63,167). Sum of RGB (Red+Green+Blue) = 168+63+167=398 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.21% from 398); Green value is 63 (25% from 255 or 15.83% from 398); Blue value is 167 (65.62% from 255 or 41.96% from 398); Max value from RGB is 168 - color contains mainly: red. Hex color #A83FA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83FA7 is #57C058. Grayscale: #696969. Windows color (decimal): -5750873 or 10960808. OLE color: 10960808.
HSL color Cylindrical-coordinate representation of color #A83FA7: hue angle of 300.57º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A83FA7 is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 63 | 167 | - |
| CMYK | 0 | 0.63 | 0.01 | 0.34 |
| HSL | 300.57º | 0.45% | 0.45% | - |
| HSV(B) | 300.57º | 0.63% | 0.66% | - |
| XYZ | 24.9 | 14.67 | 38.08 | - |
| YUV | 106.25 | 162.29 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 63 | 167 | 0 | 0.63 | 0.01 | 0.34 | 300.57 | 0.45 | 0.45 |
| Hex | A8 | 3F | A7 | 0 | 3F | 1 | 22 | 12D | 2D | 2D |
| Octal | 250 | 77 | 247 | 0 | 77 | 1 | 42 | 455 | 55 | 55 |
| Binary | 10101000 | 111111 | 10100111 | 0 | 111111 | 1 | 100010 | 100101101 | 101101 | 101101 |
Color Harmonies of #A83FA7
Complementary color
Monochromatic Colors of #A83FA7
Black with #A83FA7
Text Example
Text Example
White with #A83FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83FA7; }
p { color: rgb(168,63,167); }
H1.HeaderClassName
{
color: #A83FA7;
}
.AnyTagClassName
{
color: #A83FA7;
}
</style>
background-color css
<style>
a { background-color: #A83FA7; }
a { background-color: rgb(168,63,167); }
div.DivClassName
{
background-color: #A83FA7;
}
.BgClassName
{
background-color: #A83FA7;
}
</style>
border-color css
<style>
span { border-color: #A83FA7; }
span { border-color: rgb(168,63,167); }
td.TdClassName
{
border-color: #A83FA7;
}
.TagClassName
{
border-color: #A83FA7;
}
</style>