Shades of Violet Blue #A364AB
Tints of Violet Blue #A364AB
RGB
CMYK
RGB Variations
Color information
#A364AB (or 0xA364AB) is known color: Violet Blue. HEX triplet: A3, 64 and AB. RGB value is (163,100,171). Sum of RGB (Red+Green+Blue) = 163+100+171=434 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.56% from 434); Green value is 100 (39.45% from 255 or 23.04% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 171 - color contains mainly: blue. Hex color #A364AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A364AB is #5C9B54. Grayscale: #7E7E7E. Windows color (decimal): -6069077 or 11232419. OLE color: 11232419.
HSL color Cylindrical-coordinate representation of color #A364AB: hue angle of 293.24º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A364AB is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 100 | 171 | - |
| CMYK | 0.05 | 0.42 | 0 | 0.33 |
| HSL | 293.24º | 0.3% | 0.53% | - |
| HSV(B) | 293.24º | 0.42% | 0.67% | - |
| XYZ | 27.01 | 19.84 | 40.93 | - |
| YUV | 126.93 | 152.87 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 100 | 171 | 0.05 | 0.42 | 0 | 0.33 | 293.24 | 0.3 | 0.53 |
| Hex | A3 | 64 | AB | 5 | 2A | 0 | 21 | 125 | 1E | 35 |
| Octal | 243 | 144 | 253 | 5 | 52 | 0 | 41 | 445 | 36 | 65 |
| Binary | 10100011 | 1100100 | 10101011 | 101 | 101010 | 0 | 100001 | 100100101 | 11110 | 110101 |
Color Harmonies of #A364AB
Complementary color
Monochromatic Colors of #A364AB
Black with #A364AB
Text Example
Text Example
White with #A364AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A364AB; }
p { color: rgb(163,100,171); }
H1.HeaderClassName
{
color: #A364AB;
}
.AnyTagClassName
{
color: #A364AB;
}
</style>
background-color css
<style>
a { background-color: #A364AB; }
a { background-color: rgb(163,100,171); }
div.DivClassName
{
background-color: #A364AB;
}
.BgClassName
{
background-color: #A364AB;
}
</style>
border-color css
<style>
span { border-color: #A364AB; }
span { border-color: rgb(163,100,171); }
td.TdClassName
{
border-color: #A364AB;
}
.TagClassName
{
border-color: #A364AB;
}
</style>