Shades of Violet Blue #A83AAA
Tints of Violet Blue #A83AAA
RGB
CMYK
RGB Variations
Color information
#A83AAA (or 0xA83AAA) is known color: Violet Blue. HEX triplet: A8, 3A and AA. RGB value is (168,58,170). Sum of RGB (Red+Green+Blue) = 168+58+170=396 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.42% from 396); Green value is 58 (23.05% from 255 or 14.65% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 170 - color contains mainly: blue. Hex color #A83AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83AAA is #57C555. Grayscale: #676767. Windows color (decimal): -5752150 or 11156136. OLE color: 11156136.
HSL color Cylindrical-coordinate representation of color #A83AAA: hue angle of 298.93º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A83AAA is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 58 | 170 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.33 |
| HSL | 298.93º | 0.49% | 0.45% | - |
| HSV(B) | 298.93º | 0.66% | 0.67% | - |
| XYZ | 24.92 | 14.25 | 39.47 | - |
| YUV | 103.66 | 165.44 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 58 | 170 | 0.01 | 0.66 | 0 | 0.33 | 298.93 | 0.49 | 0.45 |
| Hex | A8 | 3A | AA | 1 | 42 | 0 | 21 | 12B | 31 | 2D |
| Octal | 250 | 72 | 252 | 1 | 102 | 0 | 41 | 453 | 61 | 55 |
| Binary | 10101000 | 111010 | 10101010 | 1 | 1000010 | 0 | 100001 | 100101011 | 110001 | 101101 |
Color Harmonies of #A83AAA
Complementary color
Monochromatic Colors of #A83AAA
Black with #A83AAA
Text Example
Text Example
White with #A83AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83AAA; }
p { color: rgb(168,58,170); }
H1.HeaderClassName
{
color: #A83AAA;
}
.AnyTagClassName
{
color: #A83AAA;
}
</style>
background-color css
<style>
a { background-color: #A83AAA; }
a { background-color: rgb(168,58,170); }
div.DivClassName
{
background-color: #A83AAA;
}
.BgClassName
{
background-color: #A83AAA;
}
</style>
border-color css
<style>
span { border-color: #A83AAA; }
span { border-color: rgb(168,58,170); }
td.TdClassName
{
border-color: #A83AAA;
}
.TagClassName
{
border-color: #A83AAA;
}
</style>