Shades of Violet Blue #A3639B
Tints of Violet Blue #A3639B
RGB
CMYK
RGB Variations
Color information
#A3639B (or 0xA3639B) is known color: Violet Blue. HEX triplet: A3, 63 and 9B. RGB value is (163,99,155). Sum of RGB (Red+Green+Blue) = 163+99+155=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 99 (39.06% from 255 or 23.74% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 163 - color contains mainly: red. Hex color #A3639B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3639B is #5C9C64. Grayscale: #7C7C7C. Windows color (decimal): -6069349 or 10183587. OLE color: 10183587.
HSL color Cylindrical-coordinate representation of color #A3639B: hue angle of 307.5º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A3639B is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 99 | 155 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.36 |
| HSL | 307.5º | 0.26% | 0.51% | - |
| HSV(B) | 307.5º | 0.39% | 0.64% | - |
| XYZ | 25.48 | 19.08 | 33.35 | - |
| YUV | 124.52 | 145.2 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 99 | 155 | 0 | 0.39 | 0.05 | 0.36 | 307.5 | 0.26 | 0.51 |
| Hex | A3 | 63 | 9B | 0 | 27 | 5 | 24 | 134 | 1A | 33 |
| Octal | 243 | 143 | 233 | 0 | 47 | 5 | 44 | 464 | 32 | 63 |
| Binary | 10100011 | 1100011 | 10011011 | 0 | 100111 | 101 | 100100 | 100110100 | 11010 | 110011 |
Color Harmonies of #A3639B
Complementary color
Monochromatic Colors of #A3639B
Black with #A3639B
Text Example
Text Example
White with #A3639B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3639B; }
p { color: rgb(163,99,155); }
H1.HeaderClassName
{
color: #A3639B;
}
.AnyTagClassName
{
color: #A3639B;
}
</style>
background-color css
<style>
a { background-color: #A3639B; }
a { background-color: rgb(163,99,155); }
div.DivClassName
{
background-color: #A3639B;
}
.BgClassName
{
background-color: #A3639B;
}
</style>
border-color css
<style>
span { border-color: #A3639B; }
span { border-color: rgb(163,99,155); }
td.TdClassName
{
border-color: #A3639B;
}
.TagClassName
{
border-color: #A3639B;
}
</style>