Shades of Violet Blue #A445AD
Tints of Violet Blue #A445AD
RGB
CMYK
RGB Variations
Color information
#A445AD (or 0xA445AD) is known color: Violet Blue. HEX triplet: A4, 45 and AD. RGB value is (164,69,173). Sum of RGB (Red+Green+Blue) = 164+69+173=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 69 (27.34% from 255 or 17.00% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 173 - color contains mainly: blue. Hex color #A445AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A445AD is #5BBA52. Grayscale: #6C6C6C. Windows color (decimal): -6011475 or 11355556. OLE color: 11355556.
HSL color Cylindrical-coordinate representation of color #A445AD: hue angle of 294.81º 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 #A445AD is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 164 | 69 | 173 | - |
| CMYK | 0.05 | 0.60 | 0 | 0.32 |
| HSL | 294.81º | 0.43% | 0.47% | - |
| HSV(B) | 294.81º | 0.6% | 0.68% | - |
| XYZ | 24.98 | 15.17 | 41.15 | - |
| YUV | 109.26 | 163.97 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 69 | 173 | 0.05 | 0.60 | 0 | 0.32 | 294.81 | 0.43 | 0.47 |
| Hex | A4 | 45 | AD | 5 | 3C | 0 | 20 | 127 | 2B | 2F |
| Octal | 244 | 105 | 255 | 5 | 74 | 0 | 40 | 447 | 53 | 57 |
| Binary | 10100100 | 1000101 | 10101101 | 101 | 111100 | 0 | 100000 | 100100111 | 101011 | 101111 |
Color Harmonies of #A445AD
Complementary color
Monochromatic Colors of #A445AD
Black with #A445AD
Text Example
Text Example
White with #A445AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A445AD; }
p { color: rgb(164,69,173); }
H1.HeaderClassName
{
color: #A445AD;
}
.AnyTagClassName
{
color: #A445AD;
}
</style>
background-color css
<style>
a { background-color: #A445AD; }
a { background-color: rgb(164,69,173); }
div.DivClassName
{
background-color: #A445AD;
}
.BgClassName
{
background-color: #A445AD;
}
</style>
border-color css
<style>
span { border-color: #A445AD; }
span { border-color: rgb(164,69,173); }
td.TdClassName
{
border-color: #A445AD;
}
.TagClassName
{
border-color: #A445AD;
}
</style>