Shades of Violet Blue #A658A3
Tints of Violet Blue #A658A3
RGB
CMYK
RGB Variations
Color information
#A658A3 (or 0xA658A3) is known color: Violet Blue. HEX triplet: A6, 58 and A3. RGB value is (166,88,163). Sum of RGB (Red+Green+Blue) = 166+88+163=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 88 (34.77% from 255 or 21.10% from 417); Blue value is 163 (64.06% from 255 or 39.09% from 417); Max value from RGB is 166 - color contains mainly: red. Hex color #A658A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A658A3 is #59A75C. Grayscale: #777777. Windows color (decimal): -5875549 or 10705062. OLE color: 10705062.
HSL color Cylindrical-coordinate representation of color #A658A3: hue angle of 302.31º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A658A3 is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 88 | 163 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.35 |
| HSL | 302.31º | 0.31% | 0.5% | - |
| HSV(B) | 302.31º | 0.47% | 0.65% | - |
| XYZ | 25.83 | 17.73 | 36.71 | - |
| YUV | 119.87 | 152.34 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 88 | 163 | 0 | 0.47 | 0.02 | 0.35 | 302.31 | 0.31 | 0.5 |
| Hex | A6 | 58 | A3 | 0 | 2F | 2 | 23 | 12E | 1F | 32 |
| Octal | 246 | 130 | 243 | 0 | 57 | 2 | 43 | 456 | 37 | 62 |
| Binary | 10100110 | 1011000 | 10100011 | 0 | 101111 | 10 | 100011 | 100101110 | 11111 | 110010 |
Color Harmonies of #A658A3
Complementary color
Monochromatic Colors of #A658A3
Black with #A658A3
Text Example
Text Example
White with #A658A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A658A3; }
p { color: rgb(166,88,163); }
H1.HeaderClassName
{
color: #A658A3;
}
.AnyTagClassName
{
color: #A658A3;
}
</style>
background-color css
<style>
a { background-color: #A658A3; }
a { background-color: rgb(166,88,163); }
div.DivClassName
{
background-color: #A658A3;
}
.BgClassName
{
background-color: #A658A3;
}
</style>
border-color css
<style>
span { border-color: #A658A3; }
span { border-color: rgb(166,88,163); }
td.TdClassName
{
border-color: #A658A3;
}
.TagClassName
{
border-color: #A658A3;
}
</style>