Shades of Violet Blue #A364AE
Tints of Violet Blue #A364AE
RGB
CMYK
RGB Variations
Color information
#A364AE (or 0xA364AE) is known color: Violet Blue. HEX triplet: A3, 64 and AE. RGB value is (163,100,174). Sum of RGB (Red+Green+Blue) = 163+100+174=437 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.30% from 437); Green value is 100 (39.45% from 255 or 22.88% from 437); Blue value is 174 (68.36% from 255 or 39.82% from 437); Max value from RGB is 174 - color contains mainly: blue. Hex color #A364AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A364AE is #5C9B51. Grayscale: #7F7F7F. Windows color (decimal): -6069074 or 11429027. OLE color: 11429027.
HSL color Cylindrical-coordinate representation of color #A364AE: hue angle of 291.08º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A364AE is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 100 | 174 | - |
| CMYK | 0.06 | 0.43 | 0 | 0.32 |
| HSL | 291.08º | 0.31% | 0.54% | - |
| HSV(B) | 291.08º | 0.43% | 0.68% | - |
| XYZ | 27.3 | 19.96 | 42.46 | - |
| YUV | 127.27 | 154.37 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 100 | 174 | 0.06 | 0.43 | 0 | 0.32 | 291.08 | 0.31 | 0.54 |
| Hex | A3 | 64 | AE | 6 | 2B | 0 | 20 | 123 | 1F | 36 |
| Octal | 243 | 144 | 256 | 6 | 53 | 0 | 40 | 443 | 37 | 66 |
| Binary | 10100011 | 1100100 | 10101110 | 110 | 101011 | 0 | 100000 | 100100011 | 11111 | 110110 |
Color Harmonies of #A364AE
Complementary color
Monochromatic Colors of #A364AE
Black with #A364AE
Text Example
Text Example
White with #A364AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A364AE; }
p { color: rgb(163,100,174); }
H1.HeaderClassName
{
color: #A364AE;
}
.AnyTagClassName
{
color: #A364AE;
}
</style>
background-color css
<style>
a { background-color: #A364AE; }
a { background-color: rgb(163,100,174); }
div.DivClassName
{
background-color: #A364AE;
}
.BgClassName
{
background-color: #A364AE;
}
</style>
border-color css
<style>
span { border-color: #A364AE; }
span { border-color: rgb(163,100,174); }
td.TdClassName
{
border-color: #A364AE;
}
.TagClassName
{
border-color: #A364AE;
}
</style>