Shades of Vivid Violet #A124A5
Tints of Vivid Violet #A124A5
RGB
CMYK
RGB Variations
Color information
#A124A5 (or 0xA124A5) is known color: Vivid Violet. HEX triplet: A1, 24 and A5. RGB value is (161,36,165). Sum of RGB (Red+Green+Blue) = 161+36+165=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 36 (14.45% from 255 or 9.94% from 362); Blue value is 165 (64.84% from 255 or 45.58% from 362); Max value from RGB is 165 - color contains mainly: blue. Hex color #A124A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A124A5 is #5EDB5A. Grayscale: #575757. Windows color (decimal): -6216539 or 10822817. OLE color: 10822817.
HSL color Cylindrical-coordinate representation of color #A124A5: hue angle of 298.14º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A124A5 is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 36 | 165 | - |
| CMYK | 0.02 | 0.78 | 0 | 0.35 |
| HSL | 298.14º | 0.64% | 0.39% | - |
| HSV(B) | 298.14º | 0.78% | 0.65% | - |
| XYZ | 22.12 | 11.56 | 36.66 | - |
| YUV | 88.08 | 171.41 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 36 | 165 | 0.02 | 0.78 | 0 | 0.35 | 298.14 | 0.64 | 0.39 |
| Hex | A1 | 24 | A5 | 2 | 4E | 0 | 23 | 12A | 40 | 27 |
| Octal | 241 | 44 | 245 | 2 | 116 | 0 | 43 | 452 | 100 | 47 |
| Binary | 10100001 | 100100 | 10100101 | 10 | 1001110 | 0 | 100011 | 100101010 | 1000000 | 100111 |
Color Harmonies of #A124A5
Complementary color
Monochromatic Colors of #A124A5
Black with #A124A5
Text Example
Text Example
White with #A124A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A124A5; }
p { color: rgb(161,36,165); }
H1.HeaderClassName
{
color: #A124A5;
}
.AnyTagClassName
{
color: #A124A5;
}
</style>
background-color css
<style>
a { background-color: #A124A5; }
a { background-color: rgb(161,36,165); }
div.DivClassName
{
background-color: #A124A5;
}
.BgClassName
{
background-color: #A124A5;
}
</style>
border-color css
<style>
span { border-color: #A124A5; }
span { border-color: rgb(161,36,165); }
td.TdClassName
{
border-color: #A124A5;
}
.TagClassName
{
border-color: #A124A5;
}
</style>