Shades of Vivid Violet #A121A3
Tints of Vivid Violet #A121A3
RGB
CMYK
RGB Variations
Color information
#A121A3 (or 0xA121A3) is known color: Vivid Violet. HEX triplet: A1, 21 and A3. RGB value is (161,33,163). Sum of RGB (Red+Green+Blue) = 161+33+163=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 33 (13.28% from 255 or 9.24% from 357); Blue value is 163 (64.06% from 255 or 45.66% from 357); Max value from RGB is 163 - color contains mainly: blue. Hex color #A121A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A121A3 is #5EDE5C. Grayscale: #555555. Windows color (decimal): -6217309 or 10690977. OLE color: 10690977.
HSL color Cylindrical-coordinate representation of color #A121A3: hue angle of 299.08º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A121A3 is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 33 | 163 | - |
| CMYK | 0.01 | 0.80 | 0 | 0.36 |
| HSL | 299.08º | 0.66% | 0.38% | - |
| HSV(B) | 299.08º | 0.8% | 0.64% | - |
| XYZ | 21.85 | 11.31 | 35.68 | - |
| YUV | 86.09 | 171.41 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 33 | 163 | 0.01 | 0.80 | 0 | 0.36 | 299.08 | 0.66 | 0.38 |
| Hex | A1 | 21 | A3 | 1 | 50 | 0 | 24 | 12B | 42 | 26 |
| Octal | 241 | 41 | 243 | 1 | 120 | 0 | 44 | 453 | 102 | 46 |
| Binary | 10100001 | 100001 | 10100011 | 1 | 1010000 | 0 | 100100 | 100101011 | 1000010 | 100110 |
Color Harmonies of #A121A3
Complementary color
Monochromatic Colors of #A121A3
Black with #A121A3
Text Example
Text Example
White with #A121A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A121A3; }
p { color: rgb(161,33,163); }
H1.HeaderClassName
{
color: #A121A3;
}
.AnyTagClassName
{
color: #A121A3;
}
</style>
background-color css
<style>
a { background-color: #A121A3; }
a { background-color: rgb(161,33,163); }
div.DivClassName
{
background-color: #A121A3;
}
.BgClassName
{
background-color: #A121A3;
}
</style>
border-color css
<style>
span { border-color: #A121A3; }
span { border-color: rgb(161,33,163); }
td.TdClassName
{
border-color: #A121A3;
}
.TagClassName
{
border-color: #A121A3;
}
</style>