Shades of Violet Blue #A3659F
Tints of Violet Blue #A3659F
RGB
CMYK
RGB Variations
Color information
#A3659F (or 0xA3659F) is known color: Violet Blue. HEX triplet: A3, 65 and 9F. RGB value is (163,101,159). Sum of RGB (Red+Green+Blue) = 163+101+159=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 163 - color contains mainly: red. Hex color #A3659F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3659F is #5C9A60. Grayscale: #7D7D7D. Windows color (decimal): -6068833 or 10446243. OLE color: 10446243.
HSL color Cylindrical-coordinate representation of color #A3659F: hue angle of 303.87º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A3659F is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 101 | 159 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.36 |
| HSL | 303.87º | 0.25% | 0.52% | - |
| HSV(B) | 303.87º | 0.38% | 0.64% | - |
| XYZ | 26.02 | 19.6 | 35.21 | - |
| YUV | 126.15 | 146.54 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 101 | 159 | 0 | 0.38 | 0.02 | 0.36 | 303.87 | 0.25 | 0.52 |
| Hex | A3 | 65 | 9F | 0 | 26 | 2 | 24 | 130 | 19 | 34 |
| Octal | 243 | 145 | 237 | 0 | 46 | 2 | 44 | 460 | 31 | 64 |
| Binary | 10100011 | 1100101 | 10011111 | 0 | 100110 | 10 | 100100 | 100110000 | 11001 | 110100 |
Color Harmonies of #A3659F
Complementary color
Monochromatic Colors of #A3659F
Black with #A3659F
Text Example
Text Example
White with #A3659F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3659F; }
p { color: rgb(163,101,159); }
H1.HeaderClassName
{
color: #A3659F;
}
.AnyTagClassName
{
color: #A3659F;
}
</style>
background-color css
<style>
a { background-color: #A3659F; }
a { background-color: rgb(163,101,159); }
div.DivClassName
{
background-color: #A3659F;
}
.BgClassName
{
background-color: #A3659F;
}
</style>
border-color css
<style>
span { border-color: #A3659F; }
span { border-color: rgb(163,101,159); }
td.TdClassName
{
border-color: #A3659F;
}
.TagClassName
{
border-color: #A3659F;
}
</style>