Shades of Vivid Violet #A1369C
Tints of Vivid Violet #A1369C
RGB
CMYK
RGB Variations
Color information
#A1369C (or 0xA1369C) is known color: Vivid Violet. HEX triplet: A1, 36 and 9C. RGB value is (161,54,156). Sum of RGB (Red+Green+Blue) = 161+54+156=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 54 (21.48% from 255 or 14.56% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 161 - color contains mainly: red. Hex color #A1369C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1369C is #5EC963. Grayscale: #616161. Windows color (decimal): -6211940 or 10237601. OLE color: 10237601.
HSL color Cylindrical-coordinate representation of color #A1369C: hue angle of 302.8º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A1369C is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 54 | 156 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.37 |
| HSL | 302.8º | 0.5% | 0.42% | - |
| HSV(B) | 302.8º | 0.66% | 0.63% | - |
| XYZ | 22.02 | 12.62 | 32.73 | - |
| YUV | 97.62 | 160.95 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 54 | 156 | 0 | 0.66 | 0.03 | 0.37 | 302.8 | 0.5 | 0.42 |
| Hex | A1 | 36 | 9C | 0 | 42 | 3 | 25 | 12F | 32 | 2A |
| Octal | 241 | 66 | 234 | 0 | 102 | 3 | 45 | 457 | 62 | 52 |
| Binary | 10100001 | 110110 | 10011100 | 0 | 1000010 | 11 | 100101 | 100101111 | 110010 | 101010 |
Color Harmonies of #A1369C
Complementary color
Monochromatic Colors of #A1369C
Black with #A1369C
Text Example
Text Example
White with #A1369C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1369C; }
p { color: rgb(161,54,156); }
H1.HeaderClassName
{
color: #A1369C;
}
.AnyTagClassName
{
color: #A1369C;
}
</style>
background-color css
<style>
a { background-color: #A1369C; }
a { background-color: rgb(161,54,156); }
div.DivClassName
{
background-color: #A1369C;
}
.BgClassName
{
background-color: #A1369C;
}
</style>
border-color css
<style>
span { border-color: #A1369C; }
span { border-color: rgb(161,54,156); }
td.TdClassName
{
border-color: #A1369C;
}
.TagClassName
{
border-color: #A1369C;
}
</style>