Shades of Vivid Violet #A123A3
Tints of Vivid Violet #A123A3
RGB
CMYK
RGB Variations
Color information
#A123A3 (or 0xA123A3) is known color: Vivid Violet. HEX triplet: A1, 23 and A3. RGB value is (161,35,163). Sum of RGB (Red+Green+Blue) = 161+35+163=359 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.85% from 359); Green value is 35 (14.06% from 255 or 9.75% from 359); Blue value is 163 (64.06% from 255 or 45.40% from 359); Max value from RGB is 163 - color contains mainly: blue. Hex color #A123A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A123A3 is #5EDC5C. Grayscale: #565656. Windows color (decimal): -6216797 or 10691489. OLE color: 10691489.
HSL color Cylindrical-coordinate representation of color #A123A3: hue angle of 299.06º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A123A3 is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 35 | 163 | - |
| CMYK | 0.01 | 0.79 | 0 | 0.36 |
| HSL | 299.06º | 0.65% | 0.39% | - |
| HSV(B) | 299.06º | 0.79% | 0.64% | - |
| XYZ | 21.91 | 11.42 | 35.7 | - |
| YUV | 87.27 | 170.74 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 35 | 163 | 0.01 | 0.79 | 0 | 0.36 | 299.06 | 0.65 | 0.39 |
| Hex | A1 | 23 | A3 | 1 | 4F | 0 | 24 | 12B | 41 | 27 |
| Octal | 241 | 43 | 243 | 1 | 117 | 0 | 44 | 453 | 101 | 47 |
| Binary | 10100001 | 100011 | 10100011 | 1 | 1001111 | 0 | 100100 | 100101011 | 1000001 | 100111 |
Color Harmonies of #A123A3
Complementary color
Monochromatic Colors of #A123A3
Black with #A123A3
Text Example
Text Example
White with #A123A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A123A3; }
p { color: rgb(161,35,163); }
H1.HeaderClassName
{
color: #A123A3;
}
.AnyTagClassName
{
color: #A123A3;
}
</style>
background-color css
<style>
a { background-color: #A123A3; }
a { background-color: rgb(161,35,163); }
div.DivClassName
{
background-color: #A123A3;
}
.BgClassName
{
background-color: #A123A3;
}
</style>
border-color css
<style>
span { border-color: #A123A3; }
span { border-color: rgb(161,35,163); }
td.TdClassName
{
border-color: #A123A3;
}
.TagClassName
{
border-color: #A123A3;
}
</style>