Shades of Scampi #7A5DAC
Tints of Scampi #7A5DAC
RGB
CMYK
RGB Variations
Color information
#7A5DAC (or 0x7A5DAC) is known color: Scampi. HEX triplet: 7A, 5D and AC. RGB value is (122,93,172). Sum of RGB (Red+Green+Blue) = 122+93+172=387 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.52% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A5DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5DAC is #85A253. Grayscale: #6E6E6E. Windows color (decimal): -8757844 or 11296122. OLE color: 11296122.
HSL color Cylindrical-coordinate representation of color #7A5DAC: hue angle of 262.03º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7A5DAC is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 93 | 172 | - |
| CMYK | 0.29 | 0.46 | 0 | 0.33 |
| HSL | 262.03º | 0.32% | 0.52% | - |
| HSV(B) | 262.03º | 0.46% | 0.67% | - |
| XYZ | 19.39 | 14.94 | 40.89 | - |
| YUV | 110.68 | 162.61 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 93 | 172 | 0.29 | 0.46 | 0 | 0.33 | 262.03 | 0.32 | 0.52 |
| Hex | 7A | 5D | AC | 1D | 2E | 0 | 21 | 106 | 20 | 34 |
| Octal | 172 | 135 | 254 | 35 | 56 | 0 | 41 | 406 | 40 | 64 |
| Binary | 1111010 | 1011101 | 10101100 | 11101 | 101110 | 0 | 100001 | 100000110 | 100000 | 110100 |
Color Harmonies of #7A5DAC
Complementary color
Monochromatic Colors of #7A5DAC
Black with #7A5DAC
Text Example
Text Example
White with #7A5DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5DAC; }
p { color: rgb(122,93,172); }
H1.HeaderClassName
{
color: #7A5DAC;
}
.AnyTagClassName
{
color: #7A5DAC;
}
</style>
background-color css
<style>
a { background-color: #7A5DAC; }
a { background-color: rgb(122,93,172); }
div.DivClassName
{
background-color: #7A5DAC;
}
.BgClassName
{
background-color: #7A5DAC;
}
</style>
border-color css
<style>
span { border-color: #7A5DAC; }
span { border-color: rgb(122,93,172); }
td.TdClassName
{
border-color: #7A5DAC;
}
.TagClassName
{
border-color: #7A5DAC;
}
</style>