Shades of Vivid Violet #A0249D
Tints of Vivid Violet #A0249D
RGB
CMYK
RGB Variations
Color information
#A0249D (or 0xA0249D) is known color: Vivid Violet. HEX triplet: A0, 24 and 9D. RGB value is (160,36,157). Sum of RGB (Red+Green+Blue) = 160+36+157=353 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.33% from 353); Green value is 36 (14.45% from 255 or 10.20% from 353); Blue value is 157 (61.72% from 255 or 44.48% from 353); Max value from RGB is 160 - color contains mainly: red. Hex color #A0249D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0249D is #5FDB62. Grayscale: #565656. Windows color (decimal): -6282083 or 10298528. OLE color: 10298528.
HSL color Cylindrical-coordinate representation of color #A0249D: hue angle of 301.45º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A0249D is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 36 | 157 | - |
| CMYK | 0 | 0.78 | 0.02 | 0.37 |
| HSL | 301.45º | 0.63% | 0.38% | - |
| HSV(B) | 301.45º | 0.78% | 0.63% | - |
| XYZ | 21.21 | 11.17 | 32.94 | - |
| YUV | 86.87 | 167.58 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 36 | 157 | 0 | 0.78 | 0.02 | 0.37 | 301.45 | 0.63 | 0.38 |
| Hex | A0 | 24 | 9D | 0 | 4E | 2 | 25 | 12D | 3F | 26 |
| Octal | 240 | 44 | 235 | 0 | 116 | 2 | 45 | 455 | 77 | 46 |
| Binary | 10100000 | 100100 | 10011101 | 0 | 1001110 | 10 | 100101 | 100101101 | 111111 | 100110 |
Color Harmonies of #A0249D
Complementary color
Monochromatic Colors of #A0249D
Black with #A0249D
Text Example
Text Example
White with #A0249D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0249D; }
p { color: rgb(160,36,157); }
H1.HeaderClassName
{
color: #A0249D;
}
.AnyTagClassName
{
color: #A0249D;
}
</style>
background-color css
<style>
a { background-color: #A0249D; }
a { background-color: rgb(160,36,157); }
div.DivClassName
{
background-color: #A0249D;
}
.BgClassName
{
background-color: #A0249D;
}
</style>
border-color css
<style>
span { border-color: #A0249D; }
span { border-color: rgb(160,36,157); }
td.TdClassName
{
border-color: #A0249D;
}
.TagClassName
{
border-color: #A0249D;
}
</style>