Shades of Vivid Violet #A2309C
Tints of Vivid Violet #A2309C
RGB
CMYK
RGB Variations
Color information
#A2309C (or 0xA2309C) is known color: Vivid Violet. HEX triplet: A2, 30 and 9C. RGB value is (162,48,156). Sum of RGB (Red+Green+Blue) = 162+48+156=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 48 (19.14% from 255 or 13.11% from 366); Blue value is 156 (61.33% from 255 or 42.62% from 366); Max value from RGB is 162 - color contains mainly: red. Hex color #A2309C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2309C is #5DCF63. Grayscale: #5E5E5E. Windows color (decimal): -6147940 or 10236066. OLE color: 10236066.
HSL color Cylindrical-coordinate representation of color #A2309C: hue angle of 303.16º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A2309C is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 48 | 156 | - |
| CMYK | 0 | 0.70 | 0.04 | 0.36 |
| HSL | 303.16º | 0.54% | 0.41% | - |
| HSV(B) | 303.16º | 0.7% | 0.64% | - |
| XYZ | 21.96 | 12.2 | 32.65 | - |
| YUV | 94.4 | 162.77 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 48 | 156 | 0 | 0.70 | 0.04 | 0.36 | 303.16 | 0.54 | 0.41 |
| Hex | A2 | 30 | 9C | 0 | 46 | 4 | 24 | 12F | 36 | 29 |
| Octal | 242 | 60 | 234 | 0 | 106 | 4 | 44 | 457 | 66 | 51 |
| Binary | 10100010 | 110000 | 10011100 | 0 | 1000110 | 100 | 100100 | 100101111 | 110110 | 101001 |
Color Harmonies of #A2309C
Complementary color
Monochromatic Colors of #A2309C
Black with #A2309C
Text Example
Text Example
White with #A2309C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2309C; }
p { color: rgb(162,48,156); }
H1.HeaderClassName
{
color: #A2309C;
}
.AnyTagClassName
{
color: #A2309C;
}
</style>
background-color css
<style>
a { background-color: #A2309C; }
a { background-color: rgb(162,48,156); }
div.DivClassName
{
background-color: #A2309C;
}
.BgClassName
{
background-color: #A2309C;
}
</style>
border-color css
<style>
span { border-color: #A2309C; }
span { border-color: rgb(162,48,156); }
td.TdClassName
{
border-color: #A2309C;
}
.TagClassName
{
border-color: #A2309C;
}
</style>