Shades of Violet Blue #A345AD
Tints of Violet Blue #A345AD
RGB
CMYK
RGB Variations
Color information
#A345AD (or 0xA345AD) is known color: Violet Blue. HEX triplet: A3, 45 and AD. RGB value is (163,69,173). Sum of RGB (Red+Green+Blue) = 163+69+173=405 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.25% from 405); Green value is 69 (27.34% from 255 or 17.04% from 405); Blue value is 173 (67.97% from 255 or 42.72% from 405); Max value from RGB is 173 - color contains mainly: blue. Hex color #A345AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A345AD is #5CBA52. Grayscale: #6C6C6C. Windows color (decimal): -6077011 or 11355555. OLE color: 11355555.
HSL color Cylindrical-coordinate representation of color #A345AD: hue angle of 294.23º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A345AD is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 69 | 173 | - |
| CMYK | 0.06 | 0.60 | 0 | 0.32 |
| HSL | 294.23º | 0.43% | 0.47% | - |
| HSV(B) | 294.23º | 0.6% | 0.68% | - |
| XYZ | 24.78 | 15.06 | 41.14 | - |
| YUV | 108.96 | 164.14 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 69 | 173 | 0.06 | 0.60 | 0 | 0.32 | 294.23 | 0.43 | 0.47 |
| Hex | A3 | 45 | AD | 6 | 3C | 0 | 20 | 126 | 2B | 2F |
| Octal | 243 | 105 | 255 | 6 | 74 | 0 | 40 | 446 | 53 | 57 |
| Binary | 10100011 | 1000101 | 10101101 | 110 | 111100 | 0 | 100000 | 100100110 | 101011 | 101111 |
Color Harmonies of #A345AD
Complementary color
Monochromatic Colors of #A345AD
Black with #A345AD
Text Example
Text Example
White with #A345AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A345AD; }
p { color: rgb(163,69,173); }
H1.HeaderClassName
{
color: #A345AD;
}
.AnyTagClassName
{
color: #A345AD;
}
</style>
background-color css
<style>
a { background-color: #A345AD; }
a { background-color: rgb(163,69,173); }
div.DivClassName
{
background-color: #A345AD;
}
.BgClassName
{
background-color: #A345AD;
}
</style>
border-color css
<style>
span { border-color: #A345AD; }
span { border-color: rgb(163,69,173); }
td.TdClassName
{
border-color: #A345AD;
}
.TagClassName
{
border-color: #A345AD;
}
</style>