Shades of Scampi #716AAC
Tints of Scampi #716AAC
RGB
CMYK
RGB Variations
Color information
#716AAC (or 0x716AAC) is known color: Scampi. HEX triplet: 71, 6A and AC. RGB value is (113,106,172). Sum of RGB (Red+Green+Blue) = 113+106+172=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 106 (41.80% from 255 or 27.11% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 172 - color contains mainly: blue. Hex color #716AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716AAC is #8E9553. Grayscale: #737373. Windows color (decimal): -9344340 or 11299441. OLE color: 11299441.
HSL color Cylindrical-coordinate representation of color #716AAC: hue angle of 246.36º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #716AAC is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 106 | 172 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.33 |
| HSL | 246.36º | 0.28% | 0.55% | - |
| HSV(B) | 246.36º | 0.38% | 0.67% | - |
| XYZ | 19.41 | 16.8 | 41.25 | - |
| YUV | 115.62 | 159.82 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 106 | 172 | 0.34 | 0.38 | 0 | 0.33 | 246.36 | 0.28 | 0.55 |
| Hex | 71 | 6A | AC | 22 | 26 | 0 | 21 | F6 | 1C | 37 |
| Octal | 161 | 152 | 254 | 42 | 46 | 0 | 41 | 366 | 34 | 67 |
| Binary | 1110001 | 1101010 | 10101100 | 100010 | 100110 | 0 | 100001 | 11110110 | 11100 | 110111 |
Color Harmonies of #716AAC
Complementary color
Monochromatic Colors of #716AAC
Black with #716AAC
Text Example
Text Example
White with #716AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716AAC; }
p { color: rgb(113,106,172); }
H1.HeaderClassName
{
color: #716AAC;
}
.AnyTagClassName
{
color: #716AAC;
}
</style>
background-color css
<style>
a { background-color: #716AAC; }
a { background-color: rgb(113,106,172); }
div.DivClassName
{
background-color: #716AAC;
}
.BgClassName
{
background-color: #716AAC;
}
</style>
border-color css
<style>
span { border-color: #716AAC; }
span { border-color: rgb(113,106,172); }
td.TdClassName
{
border-color: #716AAC;
}
.TagClassName
{
border-color: #716AAC;
}
</style>