Shades of Violet Blue #A351A7
Tints of Violet Blue #A351A7
RGB
CMYK
RGB Variations
Color information
#A351A7 (or 0xA351A7) is known color: Violet Blue. HEX triplet: A3, 51 and A7. RGB value is (163,81,167). Sum of RGB (Red+Green+Blue) = 163+81+167=411 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.66% from 411); Green value is 81 (32.03% from 255 or 19.71% from 411); Blue value is 167 (65.62% from 255 or 40.63% from 411); Max value from RGB is 167 - color contains mainly: blue. Hex color #A351A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A351A7 is #5CAE58. Grayscale: #737373. Windows color (decimal): -6073945 or 10965411. OLE color: 10965411.
HSL color Cylindrical-coordinate representation of color #A351A7: hue angle of 297.21º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A351A7 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 81 | 167 | - |
| CMYK | 0.02 | 0.51 | 0 | 0.35 |
| HSL | 297.21º | 0.35% | 0.49% | - |
| HSV(B) | 297.21º | 0.51% | 0.65% | - |
| XYZ | 25.02 | 16.46 | 38.42 | - |
| YUV | 115.32 | 157.17 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 81 | 167 | 0.02 | 0.51 | 0 | 0.35 | 297.21 | 0.35 | 0.49 |
| Hex | A3 | 51 | A7 | 2 | 33 | 0 | 23 | 129 | 23 | 31 |
| Octal | 243 | 121 | 247 | 2 | 63 | 0 | 43 | 451 | 43 | 61 |
| Binary | 10100011 | 1010001 | 10100111 | 10 | 110011 | 0 | 100011 | 100101001 | 100011 | 110001 |
Color Harmonies of #A351A7
Complementary color
Monochromatic Colors of #A351A7
Black with #A351A7
Text Example
Text Example
White with #A351A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A351A7; }
p { color: rgb(163,81,167); }
H1.HeaderClassName
{
color: #A351A7;
}
.AnyTagClassName
{
color: #A351A7;
}
</style>
background-color css
<style>
a { background-color: #A351A7; }
a { background-color: rgb(163,81,167); }
div.DivClassName
{
background-color: #A351A7;
}
.BgClassName
{
background-color: #A351A7;
}
</style>
border-color css
<style>
span { border-color: #A351A7; }
span { border-color: rgb(163,81,167); }
td.TdClassName
{
border-color: #A351A7;
}
.TagClassName
{
border-color: #A351A7;
}
</style>