Shades of Violet Blue #A3619C
Tints of Violet Blue #A3619C
RGB
CMYK
RGB Variations
Color information
#A3619C (or 0xA3619C) is known color: Violet Blue. HEX triplet: A3, 61 and 9C. RGB value is (163,97,156). Sum of RGB (Red+Green+Blue) = 163+97+156=416 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.18% from 416); Green value is 97 (38.28% from 255 or 23.32% from 416); Blue value is 156 (61.33% from 255 or 37.5% from 416); Max value from RGB is 163 - color contains mainly: red. Hex color #A3619C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3619C is #5C9E63. Grayscale: #7B7B7B. Windows color (decimal): -6069860 or 10248611. OLE color: 10248611.
HSL color Cylindrical-coordinate representation of color #A3619C: hue angle of 306.36º 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 #A3619C is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 97 | 156 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.36 |
| HSL | 306.36º | 0.26% | 0.51% | - |
| HSV(B) | 306.36º | 0.4% | 0.64% | - |
| XYZ | 25.38 | 18.74 | 33.73 | - |
| YUV | 123.46 | 146.37 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 97 | 156 | 0 | 0.40 | 0.04 | 0.36 | 306.36 | 0.26 | 0.51 |
| Hex | A3 | 61 | 9C | 0 | 28 | 4 | 24 | 132 | 1A | 33 |
| Octal | 243 | 141 | 234 | 0 | 50 | 4 | 44 | 462 | 32 | 63 |
| Binary | 10100011 | 1100001 | 10011100 | 0 | 101000 | 100 | 100100 | 100110010 | 11010 | 110011 |
Color Harmonies of #A3619C
Complementary color
Monochromatic Colors of #A3619C
Black with #A3619C
Text Example
Text Example
White with #A3619C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3619C; }
p { color: rgb(163,97,156); }
H1.HeaderClassName
{
color: #A3619C;
}
.AnyTagClassName
{
color: #A3619C;
}
</style>
background-color css
<style>
a { background-color: #A3619C; }
a { background-color: rgb(163,97,156); }
div.DivClassName
{
background-color: #A3619C;
}
.BgClassName
{
background-color: #A3619C;
}
</style>
border-color css
<style>
span { border-color: #A3619C; }
span { border-color: rgb(163,97,156); }
td.TdClassName
{
border-color: #A3619C;
}
.TagClassName
{
border-color: #A3619C;
}
</style>