Shades of Vivid Violet #A02D96
Tints of Vivid Violet #A02D96
RGB
CMYK
RGB Variations
Color information
#A02D96 (or 0xA02D96) is known color: Vivid Violet. HEX triplet: A0, 2D and 96. RGB value is (160,45,150). Sum of RGB (Red+Green+Blue) = 160+45+150=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 45 (17.97% from 255 or 12.68% from 355); Blue value is 150 (58.98% from 255 or 42.25% from 355); Max value from RGB is 160 - color contains mainly: red. Hex color #A02D96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02D96 is #5FD269. Grayscale: #5B5B5B. Windows color (decimal): -6279786 or 9842080. OLE color: 9842080.
HSL color Cylindrical-coordinate representation of color #A02D96: hue angle of 305.22º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A02D96 is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 45 | 150 | - |
| CMYK | 0 | 0.72 | 0.06 | 0.37 |
| HSL | 305.22º | 0.56% | 0.4% | - |
| HSV(B) | 305.22º | 0.72% | 0.63% | - |
| XYZ | 20.94 | 11.55 | 29.98 | - |
| YUV | 91.36 | 161.1 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 45 | 150 | 0 | 0.72 | 0.06 | 0.37 | 305.22 | 0.56 | 0.4 |
| Hex | A0 | 2D | 96 | 0 | 48 | 6 | 25 | 131 | 38 | 28 |
| Octal | 240 | 55 | 226 | 0 | 110 | 6 | 45 | 461 | 70 | 50 |
| Binary | 10100000 | 101101 | 10010110 | 0 | 1001000 | 110 | 100101 | 100110001 | 111000 | 101000 |
Color Harmonies of #A02D96
Complementary color
Monochromatic Colors of #A02D96
Black with #A02D96
Text Example
Text Example
White with #A02D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02D96; }
p { color: rgb(160,45,150); }
H1.HeaderClassName
{
color: #A02D96;
}
.AnyTagClassName
{
color: #A02D96;
}
</style>
background-color css
<style>
a { background-color: #A02D96; }
a { background-color: rgb(160,45,150); }
div.DivClassName
{
background-color: #A02D96;
}
.BgClassName
{
background-color: #A02D96;
}
</style>
border-color css
<style>
span { border-color: #A02D96; }
span { border-color: rgb(160,45,150); }
td.TdClassName
{
border-color: #A02D96;
}
.TagClassName
{
border-color: #A02D96;
}
</style>