Shades of Vivid Violet #A0309A
Tints of Vivid Violet #A0309A
RGB
CMYK
RGB Variations
Color information
#A0309A (or 0xA0309A) is known color: Vivid Violet. HEX triplet: A0, 30 and 9A. RGB value is (160,48,154). Sum of RGB (Red+Green+Blue) = 160+48+154=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 48 (19.14% from 255 or 13.26% from 362); Blue value is 154 (60.55% from 255 or 42.54% from 362); Max value from RGB is 160 - color contains mainly: red. Hex color #A0309A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0309A is #5FCF65. Grayscale: #5D5D5D. Windows color (decimal): -6279014 or 10104992. OLE color: 10104992.
HSL color Cylindrical-coordinate representation of color #A0309A: hue angle of 303.21º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A0309A is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 48 | 154 | - |
| CMYK | 0 | 0.70 | 0.04 | 0.37 |
| HSL | 303.21º | 0.54% | 0.41% | - |
| HSV(B) | 303.21º | 0.7% | 0.63% | - |
| XYZ | 21.39 | 11.92 | 31.75 | - |
| YUV | 93.57 | 162.11 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 48 | 154 | 0 | 0.70 | 0.04 | 0.37 | 303.21 | 0.54 | 0.41 |
| Hex | A0 | 30 | 9A | 0 | 46 | 4 | 25 | 12F | 36 | 29 |
| Octal | 240 | 60 | 232 | 0 | 106 | 4 | 45 | 457 | 66 | 51 |
| Binary | 10100000 | 110000 | 10011010 | 0 | 1000110 | 100 | 100101 | 100101111 | 110110 | 101001 |
Color Harmonies of #A0309A
Complementary color
Monochromatic Colors of #A0309A
Black with #A0309A
Text Example
Text Example
White with #A0309A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0309A; }
p { color: rgb(160,48,154); }
H1.HeaderClassName
{
color: #A0309A;
}
.AnyTagClassName
{
color: #A0309A;
}
</style>
background-color css
<style>
a { background-color: #A0309A; }
a { background-color: rgb(160,48,154); }
div.DivClassName
{
background-color: #A0309A;
}
.BgClassName
{
background-color: #A0309A;
}
</style>
border-color css
<style>
span { border-color: #A0309A; }
span { border-color: rgb(160,48,154); }
td.TdClassName
{
border-color: #A0309A;
}
.TagClassName
{
border-color: #A0309A;
}
</style>