Shades of Vivid Violet #A02C9B
Tints of Vivid Violet #A02C9B
RGB
CMYK
RGB Variations
Color information
#A02C9B (or 0xA02C9B) is known color: Vivid Violet. HEX triplet: A0, 2C and 9B. RGB value is (160,44,155). Sum of RGB (Red+Green+Blue) = 160+44+155=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 44 (17.58% from 255 or 12.26% from 359); Blue value is 155 (60.94% from 255 or 43.18% from 359); Max value from RGB is 160 - color contains mainly: red. Hex color #A02C9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02C9B is #5FD364. Grayscale: #5B5B5B. Windows color (decimal): -6280037 or 10169504. OLE color: 10169504.
HSL color Cylindrical-coordinate representation of color #A02C9B: hue angle of 302.59º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A02C9B is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 44 | 155 | - |
| CMYK | 0 | 0.72 | 0.03 | 0.37 |
| HSL | 302.59º | 0.57% | 0.4% | - |
| HSV(B) | 302.59º | 0.73% | 0.63% | - |
| XYZ | 21.31 | 11.64 | 32.13 | - |
| YUV | 91.34 | 163.93 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 44 | 155 | 0 | 0.72 | 0.03 | 0.37 | 302.59 | 0.57 | 0.4 |
| Hex | A0 | 2C | 9B | 0 | 48 | 3 | 25 | 12F | 39 | 28 |
| Octal | 240 | 54 | 233 | 0 | 110 | 3 | 45 | 457 | 71 | 50 |
| Binary | 10100000 | 101100 | 10011011 | 0 | 1001000 | 11 | 100101 | 100101111 | 111001 | 101000 |
Color Harmonies of #A02C9B
Complementary color
Monochromatic Colors of #A02C9B
Black with #A02C9B
Text Example
Text Example
White with #A02C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02C9B; }
p { color: rgb(160,44,155); }
H1.HeaderClassName
{
color: #A02C9B;
}
.AnyTagClassName
{
color: #A02C9B;
}
</style>
background-color css
<style>
a { background-color: #A02C9B; }
a { background-color: rgb(160,44,155); }
div.DivClassName
{
background-color: #A02C9B;
}
.BgClassName
{
background-color: #A02C9B;
}
</style>
border-color css
<style>
span { border-color: #A02C9B; }
span { border-color: rgb(160,44,155); }
td.TdClassName
{
border-color: #A02C9B;
}
.TagClassName
{
border-color: #A02C9B;
}
</style>