Shades of Violet Blue #A5449A
Tints of Violet Blue #A5449A
RGB
CMYK
RGB Variations
Color information
#A5449A (or 0xA5449A) is known color: Violet Blue. HEX triplet: A5, 44 and 9A. RGB value is (165,68,154). Sum of RGB (Red+Green+Blue) = 165+68+154=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 68 (26.95% from 255 or 17.57% from 387); Blue value is 154 (60.55% from 255 or 39.79% from 387); Max value from RGB is 165 - color contains mainly: red. Hex color #A5449A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5449A is #5ABB65. Grayscale: #6A6A6A. Windows color (decimal): -5946214 or 10110117. OLE color: 10110117.
HSL color Cylindrical-coordinate representation of color #A5449A: hue angle of 306.8º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A5449A is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 68 | 154 | - |
| CMYK | 0 | 0.59 | 0.07 | 0.35 |
| HSL | 306.8º | 0.42% | 0.46% | - |
| HSV(B) | 306.8º | 0.59% | 0.65% | - |
| XYZ | 23.42 | 14.47 | 32.13 | - |
| YUV | 106.81 | 154.64 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 68 | 154 | 0 | 0.59 | 0.07 | 0.35 | 306.8 | 0.42 | 0.46 |
| Hex | A5 | 44 | 9A | 0 | 3B | 7 | 23 | 133 | 2A | 2E |
| Octal | 245 | 104 | 232 | 0 | 73 | 7 | 43 | 463 | 52 | 56 |
| Binary | 10100101 | 1000100 | 10011010 | 0 | 111011 | 111 | 100011 | 100110011 | 101010 | 101110 |
Color Harmonies of #A5449A
Complementary color
Monochromatic Colors of #A5449A
Black with #A5449A
Text Example
Text Example
White with #A5449A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5449A; }
p { color: rgb(165,68,154); }
H1.HeaderClassName
{
color: #A5449A;
}
.AnyTagClassName
{
color: #A5449A;
}
</style>
background-color css
<style>
a { background-color: #A5449A; }
a { background-color: rgb(165,68,154); }
div.DivClassName
{
background-color: #A5449A;
}
.BgClassName
{
background-color: #A5449A;
}
</style>
border-color css
<style>
span { border-color: #A5449A; }
span { border-color: rgb(165,68,154); }
td.TdClassName
{
border-color: #A5449A;
}
.TagClassName
{
border-color: #A5449A;
}
</style>