Shades of Violet Blue #A3649A
Tints of Violet Blue #A3649A
RGB
CMYK
RGB Variations
Color information
#A3649A (or 0xA3649A) is known color: Violet Blue. HEX triplet: A3, 64 and 9A. RGB value is (163,100,154). Sum of RGB (Red+Green+Blue) = 163+100+154=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 100 (39.45% from 255 or 23.98% from 417); Blue value is 154 (60.55% from 255 or 36.93% from 417); Max value from RGB is 163 - color contains mainly: red. Hex color #A3649A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3649A is #5C9B65. Grayscale: #7C7C7C. Windows color (decimal): -6069094 or 10118307. OLE color: 10118307.
HSL color Cylindrical-coordinate representation of color #A3649A: hue angle of 308.57º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A3649A is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 100 | 154 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.36 |
| HSL | 308.57º | 0.26% | 0.52% | - |
| HSV(B) | 308.57º | 0.39% | 0.64% | - |
| XYZ | 25.49 | 19.23 | 32.94 | - |
| YUV | 124.99 | 144.37 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 100 | 154 | 0 | 0.39 | 0.06 | 0.36 | 308.57 | 0.26 | 0.52 |
| Hex | A3 | 64 | 9A | 0 | 27 | 6 | 24 | 135 | 1A | 34 |
| Octal | 243 | 144 | 232 | 0 | 47 | 6 | 44 | 465 | 32 | 64 |
| Binary | 10100011 | 1100100 | 10011010 | 0 | 100111 | 110 | 100100 | 100110101 | 11010 | 110100 |
Color Harmonies of #A3649A
Complementary color
Monochromatic Colors of #A3649A
Black with #A3649A
Text Example
Text Example
White with #A3649A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3649A; }
p { color: rgb(163,100,154); }
H1.HeaderClassName
{
color: #A3649A;
}
.AnyTagClassName
{
color: #A3649A;
}
</style>
background-color css
<style>
a { background-color: #A3649A; }
a { background-color: rgb(163,100,154); }
div.DivClassName
{
background-color: #A3649A;
}
.BgClassName
{
background-color: #A3649A;
}
</style>
border-color css
<style>
span { border-color: #A3649A; }
span { border-color: rgb(163,100,154); }
td.TdClassName
{
border-color: #A3649A;
}
.TagClassName
{
border-color: #A3649A;
}
</style>