Shades of Violet Blue #A361AE
Tints of Violet Blue #A361AE
RGB
CMYK
RGB Variations
Color information
#A361AE (or 0xA361AE) is known color: Violet Blue. HEX triplet: A3, 61 and AE. RGB value is (163,97,174). Sum of RGB (Red+Green+Blue) = 163+97+174=434 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.56% from 434); Green value is 97 (38.28% from 255 or 22.35% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 174 - color contains mainly: blue. Hex color #A361AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A361AE is #5C9E51. Grayscale: #7D7D7D. Windows color (decimal): -6069842 or 11428259. OLE color: 11428259.
HSL color Cylindrical-coordinate representation of color #A361AE: hue angle of 291.43º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A361AE is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 97 | 174 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.32 |
| HSL | 291.43º | 0.32% | 0.53% | - |
| HSV(B) | 291.43º | 0.44% | 0.68% | - |
| XYZ | 27.02 | 19.39 | 42.36 | - |
| YUV | 125.51 | 155.37 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 97 | 174 | 0.06 | 0.44 | 0 | 0.32 | 291.43 | 0.32 | 0.53 |
| Hex | A3 | 61 | AE | 6 | 2C | 0 | 20 | 123 | 20 | 35 |
| Octal | 243 | 141 | 256 | 6 | 54 | 0 | 40 | 443 | 40 | 65 |
| Binary | 10100011 | 1100001 | 10101110 | 110 | 101100 | 0 | 100000 | 100100011 | 100000 | 110101 |
Color Harmonies of #A361AE
Complementary color
Monochromatic Colors of #A361AE
Black with #A361AE
Text Example
Text Example
White with #A361AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A361AE; }
p { color: rgb(163,97,174); }
H1.HeaderClassName
{
color: #A361AE;
}
.AnyTagClassName
{
color: #A361AE;
}
</style>
background-color css
<style>
a { background-color: #A361AE; }
a { background-color: rgb(163,97,174); }
div.DivClassName
{
background-color: #A361AE;
}
.BgClassName
{
background-color: #A361AE;
}
</style>
border-color css
<style>
span { border-color: #A361AE; }
span { border-color: rgb(163,97,174); }
td.TdClassName
{
border-color: #A361AE;
}
.TagClassName
{
border-color: #A361AE;
}
</style>