Shades of Violet Blue #A364A4
Tints of Violet Blue #A364A4
RGB
CMYK
RGB Variations
Color information
#A364A4 (or 0xA364A4) is known color: Violet Blue. HEX triplet: A3, 64 and A4. RGB value is (163,100,164). Sum of RGB (Red+Green+Blue) = 163+100+164=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 164 (64.45% from 255 or 38.41% from 427); Max value from RGB is 164 - color contains mainly: blue. Hex color #A364A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A364A4 is #5C9B5B. Grayscale: #7D7D7D. Windows color (decimal): -6069084 or 10773667. OLE color: 10773667.
HSL color Cylindrical-coordinate representation of color #A364A4: hue angle of 299.06º 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 #A364A4 is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 100 | 164 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.36 |
| HSL | 299.06º | 0.26% | 0.52% | - |
| HSV(B) | 299.06º | 0.39% | 0.64% | - |
| XYZ | 26.36 | 19.58 | 37.51 | - |
| YUV | 126.13 | 149.37 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 100 | 164 | 0.01 | 0.39 | 0 | 0.36 | 299.06 | 0.26 | 0.52 |
| Hex | A3 | 64 | A4 | 1 | 27 | 0 | 24 | 12B | 1A | 34 |
| Octal | 243 | 144 | 244 | 1 | 47 | 0 | 44 | 453 | 32 | 64 |
| Binary | 10100011 | 1100100 | 10100100 | 1 | 100111 | 0 | 100100 | 100101011 | 11010 | 110100 |
Color Harmonies of #A364A4
Complementary color
Monochromatic Colors of #A364A4
Black with #A364A4
Text Example
Text Example
White with #A364A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A364A4; }
p { color: rgb(163,100,164); }
H1.HeaderClassName
{
color: #A364A4;
}
.AnyTagClassName
{
color: #A364A4;
}
</style>
background-color css
<style>
a { background-color: #A364A4; }
a { background-color: rgb(163,100,164); }
div.DivClassName
{
background-color: #A364A4;
}
.BgClassName
{
background-color: #A364A4;
}
</style>
border-color css
<style>
span { border-color: #A364A4; }
span { border-color: rgb(163,100,164); }
td.TdClassName
{
border-color: #A364A4;
}
.TagClassName
{
border-color: #A364A4;
}
</style>