Shades of Violet Blue #A83FA5
Tints of Violet Blue #A83FA5
RGB
CMYK
RGB Variations
Color information
#A83FA5 (or 0xA83FA5) is known color: Violet Blue. HEX triplet: A8, 3F and A5. RGB value is (168,63,165). Sum of RGB (Red+Green+Blue) = 168+63+165=396 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.42% from 396); Green value is 63 (25% from 255 or 15.91% from 396); Blue value is 165 (64.84% from 255 or 41.67% from 396); Max value from RGB is 168 - color contains mainly: red. Hex color #A83FA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83FA5 is #57C05A. Grayscale: #696969. Windows color (decimal): -5750875 or 10829736. OLE color: 10829736.
HSL color Cylindrical-coordinate representation of color #A83FA5: hue angle of 301.71º 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 #A83FA5 is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 63 | 165 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.34 |
| HSL | 301.71º | 0.45% | 0.45% | - |
| HSV(B) | 301.71º | 0.63% | 0.66% | - |
| XYZ | 24.72 | 14.6 | 37.11 | - |
| YUV | 106.02 | 161.29 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 63 | 165 | 0 | 0.63 | 0.02 | 0.34 | 301.71 | 0.45 | 0.45 |
| Hex | A8 | 3F | A5 | 0 | 3F | 2 | 22 | 12E | 2D | 2D |
| Octal | 250 | 77 | 245 | 0 | 77 | 2 | 42 | 456 | 55 | 55 |
| Binary | 10101000 | 111111 | 10100101 | 0 | 111111 | 10 | 100010 | 100101110 | 101101 | 101101 |
Color Harmonies of #A83FA5
Complementary color
Monochromatic Colors of #A83FA5
Black with #A83FA5
Text Example
Text Example
White with #A83FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83FA5; }
p { color: rgb(168,63,165); }
H1.HeaderClassName
{
color: #A83FA5;
}
.AnyTagClassName
{
color: #A83FA5;
}
</style>
background-color css
<style>
a { background-color: #A83FA5; }
a { background-color: rgb(168,63,165); }
div.DivClassName
{
background-color: #A83FA5;
}
.BgClassName
{
background-color: #A83FA5;
}
</style>
border-color css
<style>
span { border-color: #A83FA5; }
span { border-color: rgb(168,63,165); }
td.TdClassName
{
border-color: #A83FA5;
}
.TagClassName
{
border-color: #A83FA5;
}
</style>