Shades of Violet Blue #A364B0
Tints of Violet Blue #A364B0
RGB
CMYK
RGB Variations
Color information
#A364B0 (or 0xA364B0) is known color: Violet Blue. HEX triplet: A3, 64 and B0. RGB value is (163,100,176). Sum of RGB (Red+Green+Blue) = 163+100+176=439 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.13% from 439); Green value is 100 (39.45% from 255 or 22.78% from 439); Blue value is 176 (69.14% from 255 or 40.09% from 439); Max value from RGB is 176 - color contains mainly: blue. Hex color #A364B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A364B0 is #5C9B4F. Grayscale: #7F7F7F. Windows color (decimal): -6069072 or 11560099. OLE color: 11560099.
HSL color Cylindrical-coordinate representation of color #A364B0: hue angle of 289.74º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A364B0 is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 100 | 176 | - |
| CMYK | 0.07 | 0.43 | 0 | 0.31 |
| HSL | 289.74º | 0.32% | 0.54% | - |
| HSV(B) | 289.74º | 0.43% | 0.69% | - |
| XYZ | 27.5 | 20.04 | 43.49 | - |
| YUV | 127.5 | 155.37 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 100 | 176 | 0.07 | 0.43 | 0 | 0.31 | 289.74 | 0.32 | 0.54 |
| Hex | A3 | 64 | B0 | 7 | 2B | 0 | 1F | 122 | 20 | 36 |
| Octal | 243 | 144 | 260 | 7 | 53 | 0 | 37 | 442 | 40 | 66 |
| Binary | 10100011 | 1100100 | 10110000 | 111 | 101011 | 0 | 11111 | 100100010 | 100000 | 110110 |
Color Harmonies of #A364B0
Complementary color
Monochromatic Colors of #A364B0
Black with #A364B0
Text Example
Text Example
White with #A364B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A364B0; }
p { color: rgb(163,100,176); }
H1.HeaderClassName
{
color: #A364B0;
}
.AnyTagClassName
{
color: #A364B0;
}
</style>
background-color css
<style>
a { background-color: #A364B0; }
a { background-color: rgb(163,100,176); }
div.DivClassName
{
background-color: #A364B0;
}
.BgClassName
{
background-color: #A364B0;
}
</style>
border-color css
<style>
span { border-color: #A364B0; }
span { border-color: rgb(163,100,176); }
td.TdClassName
{
border-color: #A364B0;
}
.TagClassName
{
border-color: #A364B0;
}
</style>