Shades of Violet Blue #A0449B
Tints of Violet Blue #A0449B
RGB
CMYK
RGB Variations
Color information
#A0449B (or 0xA0449B) is known color: Violet Blue. HEX triplet: A0, 44 and 9B. RGB value is (160,68,155). Sum of RGB (Red+Green+Blue) = 160+68+155=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 160 - color contains mainly: red. Hex color #A0449B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0449B is #5FBB64. Grayscale: #696969. Windows color (decimal): -6273893 or 10175648. OLE color: 10175648.
HSL color Cylindrical-coordinate representation of color #A0449B: hue angle of 303.26º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A0449B is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 68 | 155 | - |
| CMYK | 0 | 0.57 | 0.03 | 0.37 |
| HSL | 303.26º | 0.4% | 0.45% | - |
| HSV(B) | 303.26º | 0.58% | 0.63% | - |
| XYZ | 22.48 | 13.97 | 32.52 | - |
| YUV | 105.43 | 155.98 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 68 | 155 | 0 | 0.57 | 0.03 | 0.37 | 303.26 | 0.4 | 0.45 |
| Hex | A0 | 44 | 9B | 0 | 39 | 3 | 25 | 12F | 28 | 2D |
| Octal | 240 | 104 | 233 | 0 | 71 | 3 | 45 | 457 | 50 | 55 |
| Binary | 10100000 | 1000100 | 10011011 | 0 | 111001 | 11 | 100101 | 100101111 | 101000 | 101101 |
Color Harmonies of #A0449B
Complementary color
Monochromatic Colors of #A0449B
Black with #A0449B
Text Example
Text Example
White with #A0449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0449B; }
p { color: rgb(160,68,155); }
H1.HeaderClassName
{
color: #A0449B;
}
.AnyTagClassName
{
color: #A0449B;
}
</style>
background-color css
<style>
a { background-color: #A0449B; }
a { background-color: rgb(160,68,155); }
div.DivClassName
{
background-color: #A0449B;
}
.BgClassName
{
background-color: #A0449B;
}
</style>
border-color css
<style>
span { border-color: #A0449B; }
span { border-color: rgb(160,68,155); }
td.TdClassName
{
border-color: #A0449B;
}
.TagClassName
{
border-color: #A0449B;
}
</style>