Shades of Scampi #706AAA
Tints of Scampi #706AAA
RGB
CMYK
RGB Variations
Color information
#706AAA (or 0x706AAA) is known color: Scampi. HEX triplet: 70, 6A and AA. RGB value is (112,106,170). Sum of RGB (Red+Green+Blue) = 112+106+170=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 106 (41.80% from 255 or 27.32% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 170 - color contains mainly: blue. Hex color #706AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706AAA is #8F9555. Grayscale: #727272. Windows color (decimal): -9409878 or 11168368. OLE color: 11168368.
HSL color Cylindrical-coordinate representation of color #706AAA: hue angle of 245.62º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #706AAA is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 106 | 170 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.33 |
| HSL | 245.63º | 0.27% | 0.54% | - |
| HSV(B) | 245.63º | 0.38% | 0.67% | - |
| XYZ | 19.09 | 16.66 | 40.24 | - |
| YUV | 115.09 | 158.99 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 106 | 170 | 0.34 | 0.38 | 0 | 0.33 | 245.63 | 0.27 | 0.54 |
| Hex | 70 | 6A | AA | 22 | 26 | 0 | 21 | F6 | 1B | 36 |
| Octal | 160 | 152 | 252 | 42 | 46 | 0 | 41 | 366 | 33 | 66 |
| Binary | 1110000 | 1101010 | 10101010 | 100010 | 100110 | 0 | 100001 | 11110110 | 11011 | 110110 |
Color Harmonies of #706AAA
Complementary color
Monochromatic Colors of #706AAA
Black with #706AAA
Text Example
Text Example
White with #706AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706AAA; }
p { color: rgb(112,106,170); }
H1.HeaderClassName
{
color: #706AAA;
}
.AnyTagClassName
{
color: #706AAA;
}
</style>
background-color css
<style>
a { background-color: #706AAA; }
a { background-color: rgb(112,106,170); }
div.DivClassName
{
background-color: #706AAA;
}
.BgClassName
{
background-color: #706AAA;
}
</style>
border-color css
<style>
span { border-color: #706AAA; }
span { border-color: rgb(112,106,170); }
td.TdClassName
{
border-color: #706AAA;
}
.TagClassName
{
border-color: #706AAA;
}
</style>