Shades of Violet Blue #A3619F
Tints of Violet Blue #A3619F
RGB
CMYK
RGB Variations
Color information
#A3619F (or 0xA3619F) is known color: Violet Blue. HEX triplet: A3, 61 and 9F. RGB value is (163,97,159). Sum of RGB (Red+Green+Blue) = 163+97+159=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 97 (38.28% from 255 or 23.15% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 163 - color contains mainly: red. Hex color #A3619F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3619F is #5C9E60. Grayscale: #7B7B7B. Windows color (decimal): -6069857 or 10445219. OLE color: 10445219.
HSL color Cylindrical-coordinate representation of color #A3619F: hue angle of 303.64º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A3619F is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 97 | 159 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.36 |
| HSL | 303.64º | 0.26% | 0.51% | - |
| HSV(B) | 303.64º | 0.4% | 0.64% | - |
| XYZ | 25.64 | 18.84 | 35.09 | - |
| YUV | 123.8 | 147.87 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 97 | 159 | 0 | 0.40 | 0.02 | 0.36 | 303.64 | 0.26 | 0.51 |
| Hex | A3 | 61 | 9F | 0 | 28 | 2 | 24 | 130 | 1A | 33 |
| Octal | 243 | 141 | 237 | 0 | 50 | 2 | 44 | 460 | 32 | 63 |
| Binary | 10100011 | 1100001 | 10011111 | 0 | 101000 | 10 | 100100 | 100110000 | 11010 | 110011 |
Color Harmonies of #A3619F
Complementary color
Monochromatic Colors of #A3619F
Black with #A3619F
Text Example
Text Example
White with #A3619F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3619F; }
p { color: rgb(163,97,159); }
H1.HeaderClassName
{
color: #A3619F;
}
.AnyTagClassName
{
color: #A3619F;
}
</style>
background-color css
<style>
a { background-color: #A3619F; }
a { background-color: rgb(163,97,159); }
div.DivClassName
{
background-color: #A3619F;
}
.BgClassName
{
background-color: #A3619F;
}
</style>
border-color css
<style>
span { border-color: #A3619F; }
span { border-color: rgb(163,97,159); }
td.TdClassName
{
border-color: #A3619F;
}
.TagClassName
{
border-color: #A3619F;
}
</style>