Shades of Violet Blue #A83CAA
Tints of Violet Blue #A83CAA
RGB
CMYK
RGB Variations
Color information
#A83CAA (or 0xA83CAA) is known color: Violet Blue. HEX triplet: A8, 3C and AA. RGB value is (168,60,170). Sum of RGB (Red+Green+Blue) = 168+60+170=398 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.21% from 398); Green value is 60 (23.83% from 255 or 15.08% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 170 - color contains mainly: blue. Hex color #A83CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83CAA is #57C355. Grayscale: #686868. Windows color (decimal): -5751638 or 11156648. OLE color: 11156648.
HSL color Cylindrical-coordinate representation of color #A83CAA: hue angle of 298.91º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A83CAA is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 60 | 170 | - |
| CMYK | 0.01 | 0.65 | 0 | 0.33 |
| HSL | 298.91º | 0.48% | 0.45% | - |
| HSV(B) | 298.91º | 0.65% | 0.67% | - |
| XYZ | 25.02 | 14.46 | 39.5 | - |
| YUV | 104.83 | 164.78 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 60 | 170 | 0.01 | 0.65 | 0 | 0.33 | 298.91 | 0.48 | 0.45 |
| Hex | A8 | 3C | AA | 1 | 41 | 0 | 21 | 12B | 30 | 2D |
| Octal | 250 | 74 | 252 | 1 | 101 | 0 | 41 | 453 | 60 | 55 |
| Binary | 10101000 | 111100 | 10101010 | 1 | 1000001 | 0 | 100001 | 100101011 | 110000 | 101101 |
Color Harmonies of #A83CAA
Complementary color
Monochromatic Colors of #A83CAA
Black with #A83CAA
Text Example
Text Example
White with #A83CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83CAA; }
p { color: rgb(168,60,170); }
H1.HeaderClassName
{
color: #A83CAA;
}
.AnyTagClassName
{
color: #A83CAA;
}
</style>
background-color css
<style>
a { background-color: #A83CAA; }
a { background-color: rgb(168,60,170); }
div.DivClassName
{
background-color: #A83CAA;
}
.BgClassName
{
background-color: #A83CAA;
}
</style>
border-color css
<style>
span { border-color: #A83CAA; }
span { border-color: rgb(168,60,170); }
td.TdClassName
{
border-color: #A83CAA;
}
.TagClassName
{
border-color: #A83CAA;
}
</style>