Shades of Scampi #7A5EAB
Tints of Scampi #7A5EAB
RGB
CMYK
RGB Variations
Color information
#7A5EAB (or 0x7A5EAB) is known color: Scampi. HEX triplet: 7A, 5E and AB. RGB value is (122,94,171). Sum of RGB (Red+Green+Blue) = 122+94+171=387 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.52% from 387); Green value is 94 (37.11% from 255 or 24.29% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #7A5EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5EAB is #85A154. Grayscale: #6E6E6E. Windows color (decimal): -8757589 or 11230842. OLE color: 11230842.
HSL color Cylindrical-coordinate representation of color #7A5EAB: hue angle of 261.82º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A5EAB is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 94 | 171 | - |
| CMYK | 0.29 | 0.45 | 0 | 0.33 |
| HSL | 261.82º | 0.31% | 0.52% | - |
| HSV(B) | 261.82º | 0.45% | 0.67% | - |
| XYZ | 19.38 | 15.08 | 40.42 | - |
| YUV | 111.15 | 161.78 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 94 | 171 | 0.29 | 0.45 | 0 | 0.33 | 261.82 | 0.31 | 0.52 |
| Hex | 7A | 5E | AB | 1D | 2D | 0 | 21 | 106 | 1F | 34 |
| Octal | 172 | 136 | 253 | 35 | 55 | 0 | 41 | 406 | 37 | 64 |
| Binary | 1111010 | 1011110 | 10101011 | 11101 | 101101 | 0 | 100001 | 100000110 | 11111 | 110100 |
Color Harmonies of #7A5EAB
Complementary color
Monochromatic Colors of #7A5EAB
Black with #7A5EAB
Text Example
Text Example
White with #7A5EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5EAB; }
p { color: rgb(122,94,171); }
H1.HeaderClassName
{
color: #7A5EAB;
}
.AnyTagClassName
{
color: #7A5EAB;
}
</style>
background-color css
<style>
a { background-color: #7A5EAB; }
a { background-color: rgb(122,94,171); }
div.DivClassName
{
background-color: #7A5EAB;
}
.BgClassName
{
background-color: #7A5EAB;
}
</style>
border-color css
<style>
span { border-color: #7A5EAB; }
span { border-color: rgb(122,94,171); }
td.TdClassName
{
border-color: #7A5EAB;
}
.TagClassName
{
border-color: #7A5EAB;
}
</style>