Shades of Violet Blue #A83FAA
Tints of Violet Blue #A83FAA
RGB
CMYK
RGB Variations
Color information
#A83FAA (or 0xA83FAA) is known color: Violet Blue. HEX triplet: A8, 3F and AA. RGB value is (168,63,170). Sum of RGB (Red+Green+Blue) = 168+63+170=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 63 (25% from 255 or 15.71% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 170 - color contains mainly: blue. Hex color #A83FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83FAA is #57C055. Grayscale: #6A6A6A. Windows color (decimal): -5750870 or 11157416. OLE color: 11157416.
HSL color Cylindrical-coordinate representation of color #A83FAA: hue angle of 298.88º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A83FAA is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 63 | 170 | - |
| CMYK | 0.01 | 0.63 | 0 | 0.33 |
| HSL | 298.88º | 0.46% | 0.46% | - |
| HSV(B) | 298.88º | 0.63% | 0.67% | - |
| XYZ | 25.18 | 14.78 | 39.56 | - |
| YUV | 106.59 | 163.79 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 63 | 170 | 0.01 | 0.63 | 0 | 0.33 | 298.88 | 0.46 | 0.46 |
| Hex | A8 | 3F | AA | 1 | 3F | 0 | 21 | 12B | 2E | 2E |
| Octal | 250 | 77 | 252 | 1 | 77 | 0 | 41 | 453 | 56 | 56 |
| Binary | 10101000 | 111111 | 10101010 | 1 | 111111 | 0 | 100001 | 100101011 | 101110 | 101110 |
Color Harmonies of #A83FAA
Complementary color
Monochromatic Colors of #A83FAA
Black with #A83FAA
Text Example
Text Example
White with #A83FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83FAA; }
p { color: rgb(168,63,170); }
H1.HeaderClassName
{
color: #A83FAA;
}
.AnyTagClassName
{
color: #A83FAA;
}
</style>
background-color css
<style>
a { background-color: #A83FAA; }
a { background-color: rgb(168,63,170); }
div.DivClassName
{
background-color: #A83FAA;
}
.BgClassName
{
background-color: #A83FAA;
}
</style>
border-color css
<style>
span { border-color: #A83FAA; }
span { border-color: rgb(168,63,170); }
td.TdClassName
{
border-color: #A83FAA;
}
.TagClassName
{
border-color: #A83FAA;
}
</style>